From 8f1b34f5f245734ab7a36fe760eabe985cefc83c Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 16 Oct 2020 18:22:38 +0300 Subject: [PATCH] feat(core): try to fix tests #477 --- phpunit.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 phpunit.xml diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 00000000..69a03bf1 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,18 @@ + + + + + ./tests + + + + + ./app + ./src + + +