diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 3367381..a1a6c6a 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -4,7 +4,6 @@ xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" beStrictAboutChangesToGlobalState="true" beStrictAboutOutputDuringTests="true" - beStrictAboutTodoAnnotatedTests="true" executionOrder="random" colors="true" bootstrap="tests/bootstrap.php" @@ -13,16 +12,18 @@ failOnNotice="true" failOnWarning="true" > - - - tests - tests/TestCheck/Fixtures/* - - - - - - src - - + + + tests + tests/TestCheck/Fixtures/* + + + + + + + + src + +