Use "testing" environment for tests

This commit is contained in:
Marcus Moore 2023-02-13 18:56:22 -08:00
parent 228c59e6ed
commit 8b183490ba
No known key found for this signature in database

View file

@ -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"/> -->