Skip to content

Commit 4af4aff

Browse files
committed
Update readme to show simpler phpunit invocation
1 parent 6698b77 commit 4af4aff

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
@@ -504,7 +504,7 @@ To output the entire CSS document into a variable, just use `->__toString()`:
504504
## Misc
505505

506506
* Legacy Support: The latest pre-PSR-0 version of this project can be checked with the `0.9.0` tag.
507-
* Running Tests: To run all unit tests for this project, have `phpunit` installed, `cd` to the `tests` dir and run `phpunit --bootstrap bootstrap.php .`.
507+
* Running Tests: To run all unit tests for this project, have `phpunit` installed, `cd` to the `tests` dir and run `phpunit .`.
508508

509509
## License
510510

0 commit comments

Comments
 (0)