Skip to content

Commit 80c8a0f

Browse files
authored
test: Fix PHPUnit configuration (#320)
1 parent 203e76e commit 80c8a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4-
cacheResultFile="dist/.phpunit.result.cache"
4+
cacheDirectory="dist/phpunit-cache"
55
bootstrap="vendor/autoload.php"
66
beStrictAboutChangesToGlobalState="true"
77
beStrictAboutOutputDuringTests="true"

0 commit comments

Comments
 (0)