Skip to content

Commit

Permalink
fixed phpunit config
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Gusev <[email protected]>
  • Loading branch information
iGusev committed Apr 6, 2016
1 parent 5f440c8 commit 27349ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="League Test Suite">
<testsuite name="Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src/</directory>
</whitelist>
<blacklist>
<directory suffix=".php">tests/</directory>
<directory suffix=".php">vendor/</directory>
</blacklist>
</filter>
<logging>
<log type="tap" target="build/report.tap"/>
Expand Down

0 comments on commit 27349ab

Please sign in to comment.