Skip to content

Commit 35f2b0e

Browse files
committed
Bug fixes and new improvements
1 parent 064b072 commit 35f2b0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

phpunit.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
55
colors="true"
66
cacheDirectory=".phpunit.cache"
77
executionOrder="depends,defects"
88
requireCoverageMetadata="false"
99
beStrictAboutOutputDuringTests="true"
1010
failOnRisky="true"
11-
failOnWarning="true">
11+
failOnWarning="false">
1212
<testsuites>
1313
<testsuite name="EasyCache Test Suite">
1414
<directory>tests</directory>

0 commit comments

Comments
 (0)