We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9589b commit 45e3a59Copy full SHA for 45e3a59
phpunit.xml.dist
@@ -2,7 +2,9 @@
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
4
bootstrap="tests/bootstrap.php"
5
- colors="true">
+ colors="true"
6
+ failOnDeprecation="true"
7
+ displayDetailsOnTestsThatTriggerDeprecations="true">
8
<testsuites>
9
<testsuite name="Chronos Test Suite">
10
<directory>tests</directory>
0 commit comments