Skip to content

Commit 81ddf6e

Browse files
authored
Update phpunit.xml
1 parent 8f00867 commit 81ddf6e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

phpunit.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,11 @@
99
processIsolation="false"
1010
stopOnError="false"
1111
stopOnFailure="false"
12-
syntaxCheck="true"
1312
verbose="true"
1413
>
1514
<testsuites>
1615
<testsuite name="LinearAlgebra Test Suite">
1716
<directory suffix="Test.php">./tests</directory>
1817
</testsuite>
1918
</testsuites>
20-
21-
<filter>
22-
<whitelist processUncoveredFilesFromWhitelist="true">
23-
<directory suffix=".php">src</directory>
24-
</whitelist>
25-
</filter>
2619
</phpunit>

0 commit comments

Comments
 (0)