Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit f56b2c2

Browse files
committed
Use testing environment
1 parent 9c92ac3 commit f56b2c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

phpunit.xml.dist

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
<directory suffix=".php">src/</directory>
2020
</whitelist>
2121
</filter>
22+
23+
<php>
24+
<env name="APP_ENV" value="testing"/>
25+
<env name="APP_KEY" value="AckfSECXIvnK5r28GVIWUAxmbBSjTsmF"/>
26+
<env name="DB_CONNECTION" value="sqlite"/>
27+
</php>
28+
2229
<logging>
2330
<log type="tap" target="build/report.tap"/>
2431
<log type="junit" target="build/report.junit.xml"/>

0 commit comments

Comments
 (0)