Update collision to v2 and add phpunit support
This commit is contained in:
parent
c426ef078c
commit
bedfa2dc0e
3 changed files with 18 additions and 14 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue