We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a190d7b commit 39d1cc1Copy full SHA for 39d1cc1
phpunit.xml.dist
@@ -3,7 +3,6 @@
3
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4
colors="true"
5
beStrictAboutCoverageMetadata="true"
6
- beStrictAboutTodoAnnotatedTests="true"
7
beStrictAboutChangesToGlobalState="true"
8
beStrictAboutOutputDuringTests="true"
9
displayDetailsOnTestsThatTriggerDeprecations="true"
@@ -14,6 +13,7 @@
14
13
displayDetailsOnTestsThatTriggerWarnings="true"
15
executionOrder="random"
16
cacheDirectory=".phpunit.cache"
+ displayDetailsOnPhpunitDeprecations="true"
17
>
18
<testsuites>
19
<testsuite name="FastRoute Tests">
0 commit comments