Skip to content

Commit a56b6b0

Browse files
authored
PHPUnit: migrate config (#36)
1 parent ec803a6 commit a56b6b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

phpunit.xml.dist

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +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/10.5/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
44
colors="true"
55
bootstrap="vendor/autoload.php"
66
beStrictAboutOutputDuringTests="true"
77
beStrictAboutChangesToGlobalState="true"
88
beStrictAboutCoverageMetadata="true"
9-
beStrictAboutTodoAnnotatedTests="true"
109
failOnRisky="true"
1110
failOnWarning="true"
12-
cacheDirectory="cache/phpunit"
11+
cacheResultFile="cache/phpunit.result.cache"
1312
>
1413
<php>
1514
<ini name="error_reporting" value="-1"/>

0 commit comments

Comments
 (0)