You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Codeception/Module/PhpBrowser.php
+4-4
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,13 @@
33
33
*
34
34
* * url *required* - start url of your app
35
35
* * headers - default headers are set before each test.
36
-
* * handler (default: curl) - Guzzle handler to use. By default curl is used, also possible to pass `stream`, or any valid class name as [Handler](http://docs.guzzlephp.org/en/latest/handlers-and-middleware.html#handlers).
36
+
* * handler (default: curl) - Guzzle handler to use. By default curl is used, also possible to pass `stream`, or any valid class name as [Handler](https://docs.guzzlephp.org/en/latest/handlers-and-middleware.html#handlers).
37
37
* * middleware - Guzzle middlewares to add. An array of valid callables is required.
38
38
* * curl - curl options
39
39
* * cookies - ...
40
40
* * auth - ...
41
41
* * verify - ...
42
-
* * .. those and other [Guzzle Request options](http://docs.guzzlephp.org/en/latest/request-options.html)
42
+
* * .. those and other [Guzzle Request options](https://docs.guzzlephp.org/en/latest/request-options.html)
0 commit comments