From 457321b0ccc075957a9f5b9ce8e15c1bb9c922a2 Mon Sep 17 00:00:00 2001 From: Matt Button Date: Fri, 24 Dec 2010 17:39:11 +0000 Subject: [PATCH] Added a note to the documentation running only minion tests --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76cf35b..31888a8 100644 --- a/README.md +++ b/README.md @@ -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