From c8426f603a7e19d1831d2b6d75bceea373d4aacb Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 22 Feb 2010 20:33:29 -0500 Subject: [PATCH] testing stuff --- Makefile | 4 ++++ phpunit.xml | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 Makefile create mode 100644 phpunit.xml diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ce25c8f --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY : test + +test : + phpunit --coverage-html coverage test diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..b448d08 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,5 @@ + + + + +