From 7517e5c4deba2d45aef878f0964907c8fabb13d9 Mon Sep 17 00:00:00 2001 From: Adrien Loison Date: Thu, 13 Jan 2022 22:44:17 +0100 Subject: [PATCH] Upgrade PHPUnit config --- phpunit.xml | 58 ++++++++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 30 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 4e410e2..8ddc54c 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,38 +1,36 @@ + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" + bootstrap="tests/bootstrap.php" + colors="true" + convertErrorsToExceptions="false" + convertWarningsToExceptions="false" + defaultTestSuite="unit-tests" + verbose="false"> - - - + + + - + + + tests/ + + - - tests/ - + + + perf-tests + + - - - - - perf-tests - - - - - - src/ - - src/Spout/Autoloader - - - + + + src/ + + + src/Spout/Autoloader + +