Skip to content

Commit ca5a6b9

Browse files
Updating Cest file location (#144)
1 parent ce2a392 commit ca5a6b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ Now wait for feedback on your Pull Request. If all is fine and it gets merged...
8282

8383
### 4. Send a Test
8484

85-
- In the test project (`symfony-module-tests`), create a test with the same name as your new method in `tests/Functional/SymfonyModuleCest.php`, following alphabetical order.
85+
- In the test project (`symfony-module-tests`), locate the `/tests/Functional/*Cest.php` file corresponding to the trait. In there, create a new method with the same name as your method in the trait, following alphabetical order.
86+
If your PR fixes an existing issue, put the test into `/tests/Functional/IssuesCest.php`.
8687

8788
- Run the tests with `vendor/bin/codecept run Functional` command.
8889

0 commit comments

Comments
 (0)