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: .github/CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,13 @@ We accept contributions via pull requests on Github. Please review these guideli
18
18
First, install the dependencies using [Composer](https://getcomposer.org/):
19
19
20
20
```bash
21
-
$ composer install
21
+
$ make install
22
22
```
23
23
24
-
Then run [PHPUnit](https://phpunit.de/):
24
+
Then run [PHPUnit](https://phpunit.de/) and the static analyzers:
25
25
26
26
```bash
27
-
$ vendor/bin/phpunit
27
+
$ make test
28
28
```
29
29
30
-
The tests will be automatically run by [Travis CI](https://travis-ci.org/) and [GitHub Actions](https://github.com/features/actions) against pull requests.
30
+
These will also be automatically run by [Travis CI](https://travis-ci.org/) and [GitHub Actions](https://github.com/features/actions) against pull requests.
0 commit comments