From a50acc2b25af84237d49a153f659803d36a21313 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Thu, 10 Jun 2010 00:16:08 -0400 Subject: [PATCH] Cheezy phpunit config, allows colored test results and implied default tests. --- test/phpunit.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/phpunit.xml diff --git a/test/phpunit.xml b/test/phpunit.xml new file mode 100644 index 0000000..c70e6b0 --- /dev/null +++ b/test/phpunit.xml @@ -0,0 +1,6 @@ + + + + ./ + + \ No newline at end of file