This commit is contained in:
Irfan 2019-07-17 05:39:12 +05:00
parent afbe883ce1
commit 653827fa17
2 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,10 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
syntaxCheck="false">
verbose="true"
>
<testsuites>
<testsuite name="Application Test Suite">
<directory suffix="Test.php">./tests</directory>
@ -21,7 +23,7 @@
</filter>
<php>
<env name="APP_ENV" value="testing"/>
<env name="CACHE_DRIVER" value="redis"/>
<env name="CACHE_DRIVER" value="file"/>
<env name="QUEUE_CONNECTION" value="redis"/>
</php>
</phpunit>

View File

@ -1,2 +0,0 @@
*
!.gitignore