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 + +