Update phpunit.xml

This commit is contained in:
DariusIII
2018-02-02 14:22:26 +01:00
parent 0bb76cf283
commit 12d7dcd8e0
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -11,4 +11,7 @@
<testsuite name="Installation Test">
<directory suffix="Test.php">./tests/Install</directory>
</testsuite>
<listeners>
<listener class="NunoMaduro\Collision\Adapters\Phpunit\Listener" />
</listeners>
</phpunit>