Skip to content

Commit

Permalink
Fixed the phpunit --group examples too
Browse files Browse the repository at this point in the history
  • Loading branch information
coudenysj committed Jul 10, 2012
1 parent 598709d commit 4a852d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README-DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ To run tests:
top-level component name:

```sh
% phpunit --group Zend_Application
% phpunit --group Zend_Http
```
This will likely lead to errors, so it's usually best to specify a
specific component in which to run test:
```sh
% phpunit --group ZF-XYZ Zend/Application
% phpunit --group ZF-XYZ Zend/Http
```
You can turn on conditional tests with the TestConfiguration.php file.
Expand Down

0 comments on commit 4a852d2

Please sign in to comment.