Skip to content

Commit 27349ab

Browse files
committed
fixed phpunit config
Signed-off-by: Ilya Gusev <[email protected]>
1 parent 5f440c8 commit 27349ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

phpunit.xml.dist

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@
1010
processIsolation="false"
1111
stopOnFailure="false">
1212
<testsuites>
13-
<testsuite name="League Test Suite">
13+
<testsuite name="Test Suite">
1414
<directory>tests</directory>
1515
</testsuite>
1616
</testsuites>
1717
<filter>
1818
<whitelist>
1919
<directory suffix=".php">src/</directory>
2020
</whitelist>
21+
<blacklist>
22+
<directory suffix=".php">tests/</directory>
23+
<directory suffix=".php">vendor/</directory>
24+
</blacklist>
2125
</filter>
2226
<logging>
2327
<log type="tap" target="build/report.tap"/>

0 commit comments

Comments
 (0)