Skip to content

Commit 2ea08cd

Browse files
Changing Symfony.php -> trait (#143)
1 parent ca5a6b9 commit 2ea08cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ First of all: Contributions are very welcome!
77
## No, my change does not require a test
88
So you're going to make a small change or improve the documentation? Hey, you rock!
99

10-
- Just edit [`Symfony.php`](https://github.com/Codeception/module-symfony/blob/master/src/Codeception/Module/Symfony.php) on GitHub's website.
10+
- Just edit [the respective `trait`](https://github.com/Codeception/module-symfony/tree/main/src/Codeception/Module/Symfony) on GitHub's website.
1111
- Make sure to add a descriptive title and add an explanation for your changes.
1212

1313
> :bulb: You can also create a *fork* and *clone it* on your local machine, as explained in the next section.
@@ -39,7 +39,7 @@ It is a minimal (but complete) Symfony project, ready to run tests.
3939
php bin/console doctrine:fixtures:load --quiet
4040
```
4141
<br/>
42-
- Edit the module's source code in the `vendor/codeception/module-symfony/src/Codeception/Module/Symfony.php` file.
42+
- Edit the trait's source code in the `vendor/codeception/module-symfony/src/Codeception/Module/Symfony/` folder.
4343
<br/>
4444
- If you create a new method, you can test it by adding a test in the `tests/Functional/SymfonyModuleCest.php` file.
4545
> :bulb: Be sure to rebuild Codeception's "Actor" classes (see [Console Commands](https://codeception.com/docs/reference/Commands#Build)):
@@ -65,7 +65,7 @@ It is a minimal (but complete) Symfony project, ready to run tests.
6565
```
6666
> :bulb: If you've created a fork before, make sure to [sync the changes](https://stackoverflow.com/a/7244456).
6767
68-
- Copy the changes from the `Symfony.php` of the test project to the `src/Codeception/Module/Symfony.php` file on your Module's fork.
68+
- Copy the changes from the trait file of the test project to the `src/Codeception/Module/Symfony/` folder of your Module's fork.
6969
<br/>
7070
- Commit:
7171
```shell

0 commit comments

Comments
 (0)