Skip to content

Commit a4929f5

Browse files
authored
Move PHPUnit cache into the build directory
1 parent 72186da commit a4929f5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

phpunit.xml.dist

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" backupGlobals="false" colors="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.1/phpunit.xsd" cacheDirectory=".phpunit.cache" backupStaticProperties="false">
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
bootstrap="vendor/autoload.php"
4+
backupGlobals="false"
5+
colors="true"
6+
processIsolation="false"
7+
stopOnFailure="false"
8+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.1/phpunit.xsd"
9+
cacheDirectory="build/phpunit.cache"
10+
backupStaticProperties="false">
311
<coverage>
412
<report>
513
<clover outputFile="build/logs/clover.xml"/>

0 commit comments

Comments
 (0)