From b17cdadf15f21dc1e39ec3b270da6ae031072203 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sat, 17 Jan 2015 10:42:24 -0500 Subject: Add the first unit test Add phpunit configuration to run tests and add the first running test to validate the configuration --- tests/phpunit.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/phpunit.xml (limited to 'tests/phpunit.xml') diff --git a/tests/phpunit.xml b/tests/phpunit.xml new file mode 100644 index 000000000..f639637ec --- /dev/null +++ b/tests/phpunit.xml @@ -0,0 +1,13 @@ + + + + + ../app + + + + + app + + + \ No newline at end of file -- cgit v1.2.3