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 53a0623 commit 23c07d3Copy full SHA for 23c07d3
phpunit.xml.dist
@@ -1,15 +1,15 @@
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
<php>
14
<ini name="error_reporting" value="-1"/>
15
</php>
0 commit comments