Skip to content

Commit 2340b10

Browse files
Don't cache test result
1 parent eaca467 commit 2340b10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

phpunit.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
stopOnFailure="false"
1414
failOnRisky="true"
1515
failOnWarning="true"
16-
stopOnError="false">
16+
stopOnError="false"
17+
cacheResult="false"
18+
>
1719
<testsuites>
1820
<testsuite name="Feature Tests">
1921
<directory suffix="Test.php">./tests/Feature</directory>

0 commit comments

Comments
 (0)