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"
|
convertErrorsToExceptions="true"
|
||||||
convertNoticesToExceptions="true"
|
convertNoticesToExceptions="true"
|
||||||
convertWarningsToExceptions="true"
|
convertWarningsToExceptions="true"
|
||||||
|
printerClass="NunoMaduro\Collision\Adapters\Phpunit\Printer"
|
||||||
processIsolation="false"
|
processIsolation="false"
|
||||||
stopOnFailure="true"
|
stopOnFailure="true"
|
||||||
>
|
>
|
||||||
|
@ -23,9 +24,6 @@
|
||||||
<directory suffix=".php">./app</directory>
|
<directory suffix=".php">./app</directory>
|
||||||
</whitelist>
|
</whitelist>
|
||||||
</filter>
|
</filter>
|
||||||
<listeners>
|
|
||||||
<listener class="NunoMaduro\Collision\Adapters\Phpunit\Listener" />
|
|
||||||
</listeners>
|
|
||||||
<php>
|
<php>
|
||||||
<env name="APP_ENV" value="testing"/>
|
<env name="APP_ENV" value="testing"/>
|
||||||
<env name="BCRYPT_ROUNDS" value="4"/>
|
<env name="BCRYPT_ROUNDS" value="4"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue