Skip to content

Commit 34b9406

Browse files
committed
Allow the unit tests to be run from the main dir
1 parent 87e1cc9 commit 34b9406

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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 .`.
507+
* Running Tests: To run all unit tests for this project, have `phpunit` installed and run `phpunit .`.
508508

509509
## License
510510

phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<phpunit bootstrap="tests/bootstrap.php"></phpunit>

0 commit comments

Comments
 (0)