Skip to content

Commit 23c07d3

Browse files
authored
phpunit: migrate config (#39)
1 parent 53a0623 commit 23c07d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpunit.xml.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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"
12+
>
1313
<php>
1414
<ini name="error_reporting" value="-1"/>
1515
</php>

0 commit comments

Comments
 (0)