From 193e997c3678ee49be387c19581fe5700bf829b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 28 Dec 2021 11:56:46 +0100 Subject: [PATCH] Fix: Migrate configuration for phpunit/phpunit --- test/Integration/phpunit.xml | 8 ++++---- test/Unit/phpunit.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/Integration/phpunit.xml b/test/Integration/phpunit.xml index 4da42d5f..f893d40b 100644 --- a/test/Integration/phpunit.xml +++ b/test/Integration/phpunit.xml @@ -22,11 +22,11 @@ stopOnSkipped="false" verbose="true" > - - + + ../../src/ - - + + diff --git a/test/Unit/phpunit.xml b/test/Unit/phpunit.xml index b8e3b731..8e6341e0 100644 --- a/test/Unit/phpunit.xml +++ b/test/Unit/phpunit.xml @@ -22,11 +22,11 @@ stopOnSkipped="false" verbose="true" > - - + + ../../src/ - - + + .