From 1bd48d37181c1c715c7418f308537c3d6d994679 Mon Sep 17 00:00:00 2001 From: Michael Butler Date: Sat, 27 Jan 2018 13:50:00 -0500 Subject: [PATCH] Add PHPUnit xml --- phpunit.xml.dist | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 phpunit.xml.dist diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 0000000..8f2dab5 --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,24 @@ + + + + + ./test/unit/ + + + ./test/integration/ + + + + + + Michelf + + +