Set debug to true in tests

This commit is contained in:
James Brooks
2016-07-25 08:09:53 +01:00
parent 9dcc5d6896
commit 6246f20506

View File

@@ -27,6 +27,7 @@
</filter>
<php>
<env name="APP_ENV" value="testing"/>
<env name="APP_DEBUG" value="true"/>
<env name="APP_URL" value="http://localhost"/>
<env name="APP_KEY" value="GCvcgDKMRIN498g52zfVEd9CxDs6PR7q"/>
<env name="DB_DRIVER" value="sqlite"/>