File tree 1 file changed +20
-20
lines changed
1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -70,47 +70,47 @@ protected function browserKit()
70
70
}
71
71
72
72
/**
73
- * Method getter
73
+ * Attach builder properties on execution
74
74
*
75
- * @return string
75
+ * @param HttpClient $client
76
76
*/
77
- protected function getMethod ( )
77
+ protected function defaultAttach ( HttpClient $ client )
78
78
{
79
- if ($ this ->browserKit ()) {
80
- return strtoupper ($ this ->method );
81
- }
82
-
83
- return strtolower ($ this ->method );
79
+ //
84
80
}
85
81
86
82
/**
87
- * Resource getter
83
+ * Request tests
88
84
*
89
- * @return string
85
+ * @return array
90
86
*/
91
- protected function getResource ()
87
+ protected function tests ()
92
88
{
93
- return $ this -> resource ;
89
+ return [] ;
94
90
}
95
91
96
92
/**
97
- * Attach builder properties on execution
93
+ * Method getter
98
94
*
99
- * @param HttpClient $client
95
+ * @return string
100
96
*/
101
- protected function defaultAttach ( HttpClient $ client )
97
+ public function getMethod ( )
102
98
{
103
- //
99
+ if ($ this ->browserKit ()) {
100
+ return strtoupper ($ this ->method );
101
+ }
102
+
103
+ return strtolower ($ this ->method );
104
104
}
105
105
106
106
/**
107
- * Request tests
107
+ * Resource getter
108
108
*
109
- * @return array
109
+ * @return string
110
110
*/
111
- protected function tests ()
111
+ public function getResource ()
112
112
{
113
- return [] ;
113
+ return $ this -> resource ;
114
114
}
115
115
116
116
/**
You can’t perform that action at this time.
0 commit comments