Skip to content

Commit b6c04f1

Browse files
committed
Fix phpunit warnings.
1 parent 1f49710 commit b6c04f1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

phpunit.xml

-6
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,10 @@
88
convertWarningsToExceptions="true"
99
processIsolation="false"
1010
stopOnFailure="false"
11-
syntaxCheck="false"
1211
>
1312
<testsuites>
1413
<testsuite name="Package Test Suite">
1514
<directory suffix=".php">./tests/</directory>
1615
</testsuite>
1716
</testsuites>
18-
<filter>
19-
<blacklist>
20-
<directory suffix=".php">./vendor</directory>
21-
</blacklist>
22-
</filter>
2317
</phpunit>

0 commit comments

Comments
 (0)