Update collision to v2 and add phpunit support

This commit is contained in:
Jonny Barnes 2018-02-19 13:43:48 +00:00
parent c426ef078c
commit bedfa2dc0e
3 changed files with 18 additions and 14 deletions

View file

@ -22,6 +22,9 @@
<directory suffix=".php">./app</directory>
</whitelist>
</filter>
<listeners>
<listener class="NunoMaduro\Collision\Adapters\Phpunit\Listener" />
</listeners>
<php>
<env name="APP_ENV" value="testing"/>
<env name="CACHE_DRIVER" value="array"/>