We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec803a6 commit a56b6b0Copy full SHA for a56b6b0
phpunit.xml.dist
@@ -1,15 +1,14 @@
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.5/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4
colors="true"
5
bootstrap="vendor/autoload.php"
6
beStrictAboutOutputDuringTests="true"
7
beStrictAboutChangesToGlobalState="true"
8
beStrictAboutCoverageMetadata="true"
9
- beStrictAboutTodoAnnotatedTests="true"
10
failOnRisky="true"
11
failOnWarning="true"
12
- cacheDirectory="cache/phpunit"
+ cacheResultFile="cache/phpunit.result.cache"
13
>
14
<php>
15
<ini name="error_reporting" value="-1"/>
0 commit comments