We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7b1a9 commit a612c5fCopy full SHA for a612c5f
phpunit.xml.dist
@@ -8,13 +8,11 @@
8
convertWarningsToExceptions="true"
9
processIsolation="false"
10
stopOnFailure="false"
11
- syntaxCheck="false"
12
verbose="true"
13
>
14
<testsuites>
15
<testsuite name="all">
16
<directory>tests/</directory>
17
- <exclude>tests/MysqlRelationsTest.php</exclude>
18
</testsuite>
19
<testsuite name="schema">
20
<directory>tests/SchemaTest.php</directory>
@@ -39,7 +37,6 @@
39
37
40
38
<testsuite name="mysqlrelations">
41
<directory>tests/RelationsTest.php</directory>
42
- <directory>tests/MysqlRelationsTest.php</directory>
43
44
<testsuite name="validation">
45
<directory>tests/ValidationTest.php</directory>
0 commit comments