From 0b97a000231b5223bdd9530b74d105b987babfd3 Mon Sep 17 00:00:00 2001 From: Rene Korss Date: Fri, 16 Oct 2020 14:10:38 +0300 Subject: [PATCH] Migrate PHPUnit configuration --- phpunit.xml | 40 +++++++++++++++------------------------- 1 file changed, 15 insertions(+), 25 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index f97e448..68aefd0 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,26 +1,16 @@ - - - - tests - - - - - - - - src - - - \ No newline at end of file + + + + src + + + + + tests + + + + + +