From 7185a1f16909ce1ee15c37d757351632ed48e617 Mon Sep 17 00:00:00 2001 From: Michal Niewrzal Date: Thu, 29 Sep 2016 13:56:55 +0200 Subject: [PATCH] Add phpunit configuration file --- phpunit.xml.dist | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 phpunit.xml.dist diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 0000000..4438e18 --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,14 @@ + + + + + ./tests + + + + + + ./src + + +