From b90f97b97dc5ff7f5058259b19e287eed3f4bc11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Wed, 23 May 2018 15:38:52 +0200 Subject: [PATCH 1/2] Enhancement: Reference phpunit schema as installed with composer --- phpunit.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 05bb415b5..226382e1a 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,4 +1,8 @@ - + tests @@ -9,4 +13,4 @@ src - \ No newline at end of file + From 207a9d9b1fc161e6996b8547392a4e25a668db8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Wed, 23 May 2018 15:40:11 +0200 Subject: [PATCH 2/2] Fix: Add missing name attribute --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 226382e1a..409eaafd0 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -4,7 +4,7 @@ bootstrap="vendor/autoload.php" > - + tests