Add collision for test listeners and remove one old dep

This commit is contained in:
Nabeel Shahzad
2018-02-12 09:02:05 -06:00
parent 2f8a69b774
commit ecfda6de15
6 changed files with 161 additions and 126 deletions

View File

@@ -18,6 +18,9 @@
<directory suffix=".php">./app</directory>
</whitelist>
</filter>
<listeners>
<listener class="NunoMaduro\Collision\Adapters\Phpunit\Listener"/>
</listeners>
<php>
<ini name="error_reporting" value="E_ALL"/>
<ini name="display_errors" value="On"/>