Use "testing" environment for tests
This commit is contained in:
parent
228c59e6ed
commit
8b183490ba
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
</testsuite>
|
||||
</testsuites>
|
||||
<php>
|
||||
<env name="APP_ENV" value="testing-ci"/>
|
||||
<env name="APP_ENV" value="testing"/>
|
||||
<env name="BCRYPT_ROUNDS" value="4"/>
|
||||
<env name="CACHE_DRIVER" value="array"/>
|
||||
<!-- <env name="DB_CONNECTION" value="sqlite"/> -->
|
||||
|
|
Loading…
Add table
Reference in a new issue