We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b887260 commit 8b4b533Copy full SHA for 8b4b533
CONTRIBUTING.md
@@ -41,7 +41,7 @@ It is a minimal (but complete) Symfony project, ready to run tests.
41
<br/>
42
- Edit the trait's source code in the `vendor/codeception/module-symfony/src/Codeception/Module/Symfony/` folder.
43
44
-- If you create a new method, you can test it by adding a test in the `tests/Functional/SymfonyModuleCest.php` file.
+- If you create a new method, you can test it by adding a test in the corresponding `/tests/Functional/*Cest.php` file.
45
> :bulb: Be sure to rebuild Codeception's "Actor" classes (see [Console Commands](https://codeception.com/docs/reference/Commands#Build)):
46
> ```shell
47
> vendor/bin/codecept clean
0 commit comments