Skip to content

Commit a612c5f

Browse files
Smolevichjenssegers
authored andcommitted
Update phpunit.xml (#1733)
1 parent ae7b1a9 commit a612c5f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

phpunit.xml.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@
88
convertWarningsToExceptions="true"
99
processIsolation="false"
1010
stopOnFailure="false"
11-
syntaxCheck="false"
1211
verbose="true"
1312
>
1413
<testsuites>
1514
<testsuite name="all">
1615
<directory>tests/</directory>
17-
<exclude>tests/MysqlRelationsTest.php</exclude>
1816
</testsuite>
1917
<testsuite name="schema">
2018
<directory>tests/SchemaTest.php</directory>
@@ -39,7 +37,6 @@
3937
</testsuite>
4038
<testsuite name="mysqlrelations">
4139
<directory>tests/RelationsTest.php</directory>
42-
<directory>tests/MysqlRelationsTest.php</directory>
4340
</testsuite>
4441
<testsuite name="validation">
4542
<directory>tests/ValidationTest.php</directory>

0 commit comments

Comments
 (0)