From 9ea335ab9c8f9e17e8ce8b6a7e76962bec7ed418 Mon Sep 17 00:00:00 2001 From: horus Date: Mon, 17 Feb 2020 13:17:18 +0100 Subject: Initial commit. --- phpunit.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 phpunit.xml (limited to 'phpunit.xml') diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..7b127c3 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,37 @@ + + + + + ./tests/Unit + + + + ./tests/Feature + + + + + ./app + + + + + + + + + + + + + -- cgit v1.2.3