From 12191c4ad45899029978ce5d1d19a1d909b5827f Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 31 Aug 2023 11:42:36 +0200 Subject: [PATCH] Update PHPUnit configuration --- phpunit.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 911e767..47419bf 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -11,12 +11,18 @@ failOnWarning="true" colors="true"> - - tests + + tests/unit + + + + tests/integration - + src