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: docs/06-ModulesAndHelpers.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -303,7 +303,7 @@ or after the test is finished. This can be useful for bootstrap/cleanup actions.
303
303
You can also define special behavior for when the test fails. This may help you in debugging the issue.
304
304
For example, the PhpBrowser module saves the current webpage to the `tests/_output` directory when a test fails.
305
305
306
-
All hooks are defined in [Codeception\Module](http://codeception.com/docs/reference/Commands) and are listed here. You are free to redefine them in your module.
306
+
All hooks are defined in [Codeception\Module](https://codeception.com/docs/reference/Module) and are listed here. You are free to redefine them in your module.
0 commit comments