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 fa66d9f commit eaeea7fCopy full SHA for eaeea7f
phpunit.xml.dist
@@ -14,7 +14,6 @@
14
stopOnFailure="false"
15
stopOnIncomplete="false"
16
stopOnSkipped="false"
17
- syntaxCheck="true"
18
timeoutForLargeTests="60"
19
timeoutForMediumTests="10"
20
timeoutForSmallTests="1"
@@ -34,7 +33,7 @@
34
33
</testsuites>
35
<filter>
36
<whitelist>
37
- <directory suffix=".php" processUncoveredFilesFromWhitelist="true">./src</directory>
+ <directory suffix=".php">./src</directory>
38
<exclude>
39
<directory suffix=".php">./src/config</directory>
40
<directory suffix=".stub">./src/database</directory>
0 commit comments