Skip to content

Commit

Permalink
Reference the correct Cest files in Contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TavoNiievez committed Jan 11, 2024
1 parent b887260 commit 8b4b533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ It is a minimal (but complete) Symfony project, ready to run tests.
<br/>
- Edit the trait's source code in the `vendor/codeception/module-symfony/src/Codeception/Module/Symfony/` folder.
<br/>
- 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.
> :bulb: Be sure to rebuild Codeception's "Actor" classes (see [Console Commands](https://codeception.com/docs/reference/Commands#Build)):
> ```shell
> vendor/bin/codecept clean
Expand Down

0 comments on commit 8b4b533

Please sign in to comment.