From 99dc6b1623cdf3f93883ccff78c078a692c4ef78 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 21 Dec 2020 13:13:30 +0200 Subject: [PATCH] phpunit config --- phpunit.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 phpunit.xml diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000000..180b4cd607 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,10 @@ + + + + tests/unit + + + tests/integration + + + \ No newline at end of file