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