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 064b072 commit 35f2b0eCopy full SHA for 35f2b0e
1 file changed
phpunit.xml
@@ -1,14 +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/11.0/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
4
bootstrap="vendor/autoload.php"
5
colors="true"
6
cacheDirectory=".phpunit.cache"
7
executionOrder="depends,defects"
8
requireCoverageMetadata="false"
9
beStrictAboutOutputDuringTests="true"
10
failOnRisky="true"
11
- failOnWarning="true">
+ failOnWarning="false">
12
<testsuites>
13
<testsuite name="EasyCache Test Suite">
14
<directory>tests</directory>
0 commit comments