From baacb52d3df45d7f59685a30c44dde894071b8ac Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Fri, 8 May 2020 21:04:58 +0300 Subject: [PATCH] - added phpunit config --- phpunit.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 phpunit.xml diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..75d01b7 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,30 @@ + + + + + tests/Unit + + + tests/Feature + + + + + + app/src + + +