1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-06-26 03:40:54 +03:00

Added a note to the documentation running only minion tests

This commit is contained in:
Matt Button 2010-12-24 17:39:11 +00:00
parent 82ba3323d6
commit 457321b0cc

View file

@ -36,4 +36,9 @@ as documentation on the cli.
## Testing
This module is unittested using the [unittest module](http://github.com/kohana/unittest)
This module is unittested using the [unittest module](http://github.com/kohana/unittest). You can use the `minion` group to only run
minion tests.
i.e.
phpunit --group minion