Skip to content

Commit 39d1cc1

Browse files
committed
Update PHPUnit configuration
Signed-off-by: Luís Cobucci <[email protected]>
1 parent a190d7b commit 39d1cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
44
colors="true"
55
beStrictAboutCoverageMetadata="true"
6-
beStrictAboutTodoAnnotatedTests="true"
76
beStrictAboutChangesToGlobalState="true"
87
beStrictAboutOutputDuringTests="true"
98
displayDetailsOnTestsThatTriggerDeprecations="true"
@@ -14,6 +13,7 @@
1413
displayDetailsOnTestsThatTriggerWarnings="true"
1514
executionOrder="random"
1615
cacheDirectory=".phpunit.cache"
16+
displayDetailsOnPhpunitDeprecations="true"
1717
>
1818
<testsuites>
1919
<testsuite name="FastRoute Tests">

0 commit comments

Comments
 (0)