You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ First of all: Contributions are very welcome!
7
7
## No, my change does not require a test
8
8
So you're going to make a small change or improve the documentation? Hey, you rock!
9
9
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.
11
11
- Make sure to add a descriptive title and add an explanation for your changes.
12
12
13
13
> :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.
39
39
php bin/console doctrine:fixtures:load --quiet
40
40
```
41
41
<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.
43
43
<br/>
44
44
- If you create a new method, you can test it by adding a test in the `tests/Functional/SymfonyModuleCest.php` file.
45
45
> :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.
65
65
```
66
66
> :bulb: If you've created a fork before, make sure to [sync the changes](https://stackoverflow.com/a/7244456).
67
67
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.
0 commit comments