Skip to content

Commit 30ee855

Browse files
committed
Fix inaccuracy in CONTRIBUTING docs re: running tests
1 parent 8a3bfa0 commit 30ee855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This project uses [the PSR-2 coding standards](http://www.php-fig.org/psr/psr-2/
4444
[PHPUnit](https://phpunit.de/) is included as a development dependency, and should be run regularly. When submitting changes, please be sure to add or update unit tests accordingly. You may run unit tests at any time by running:
4545

4646
```bash
47-
$ ./vendor/bin/phpunit
47+
$ composer test
4848
```
4949

5050
#### Code coverage

0 commit comments

Comments
 (0)