From f1a15b22690cb719060aa914738b7aaf7f036589 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sun, 29 Apr 2018 21:53:55 +0100 Subject: [PATCH] phpunit.xml file --- phpunit.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 phpunit.xml diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 00000000..e95d012b --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,34 @@ + + + + + + + ./tests + + + + + + + + + + + + + + ./model + ./public + ./functions.inc.php + + + + ./tests/ + + ./vendor/ + ./lib/ + + + +