From 5d0f025063d7cec3bdfbe6f19d06fbf6b561314c Mon Sep 17 00:00:00 2001 From: Anton Vasiliev Date: Tue, 2 Feb 2021 19:58:41 +0000 Subject: [PATCH] Update phpunit.xml.dist --- phpunit.xml.dist | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 50ffd8fe95..cd5c47b241 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,30 +1,26 @@ - + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" backupGlobals="false" + bootstrap="./Library/autoload.php" colors="true" verbose="true"> + + + ./Library + + + + + ./tests/Extension - ./tests/Zephir tests/Zephir/KernelTestCase.php - - - ./Library - - - @@ -36,12 +32,10 @@ - - + -