Fix phpunit collision plugin
This commit is contained in:
parent
7fc3fb19c0
commit
961b7d1acf
1 changed files with 1 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
|||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
printerClass="NunoMaduro\Collision\Adapters\Phpunit\Printer"
|
||||
processIsolation="false"
|
||||
stopOnFailure="true"
|
||||
>
|
||||
|
@ -23,9 +24,6 @@
|
|||
<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="BCRYPT_ROUNDS" value="4"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue