Skip to content

Commit 5f38bb9

Browse files
committed
Install phpunit via composer
1 parent 97b60ae commit 5f38bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ class Sabberworm\CSS\CSSList\Document#4 (2) {
625625
## Misc
626626

627627
* Legacy Support: The latest pre-PSR-0 version of this project can be checked with the `0.9.0` tag.
628-
* Running Tests: To run all unit tests for this project, have `phpunit` installed and run `phpunit .`.
628+
* Running Tests: To run all unit tests for this project, run `composer install` to install phpunit and use `./vendor/phpunit/phpunit/phpunit`.
629629

630630
## License
631631

0 commit comments

Comments
 (0)