Skip to content

Commit 8b4b533

Browse files
authored
Reference the correct Cest files in Contributing.md
1 parent b887260 commit 8b4b533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ It is a minimal (but complete) Symfony project, ready to run tests.
4141
<br/>
4242
- Edit the trait's source code in the `vendor/codeception/module-symfony/src/Codeception/Module/Symfony/` folder.
4343
<br/>
44-
- If you create a new method, you can test it by adding a test in the `tests/Functional/SymfonyModuleCest.php` file.
44+
- If you create a new method, you can test it by adding a test in the corresponding `/tests/Functional/*Cest.php` file.
4545
> :bulb: Be sure to rebuild Codeception's "Actor" classes (see [Console Commands](https://codeception.com/docs/reference/Commands#Build)):
4646
> ```shell
4747
> vendor/bin/codecept clean

0 commit comments

Comments
 (0)