Skip to content

Commit b4790ca

Browse files
committed
Update phpunit.xml
1 parent b378bd2 commit b4790ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.phpunit.result.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

phpunit.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<phpunit
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.1/phpunit.xsd"
4-
colors="true">
4+
colors="true"
5+
cacheResult ="false">
56
<testsuites>
67
<testsuite name="MySql">
78
<directory>tests</directory>

0 commit comments

Comments
 (0)