Skip to content

Commit d3e41be

Browse files
Fixing the tests
1 parent 5d01dfd commit d3e41be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit.xml.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
<directory suffix=".php">./src/</directory>
2020
</whitelist>
2121
</filter>
22+
<php>
23+
<env name="APP_ENV" value="testing"/>
24+
</php>
2225
<logging>
2326
<log type="coverage-clover" target="build/logs/clover.xml"/>
2427
<log type="coverage-text" target="build/logs/coverage.txt"/>

0 commit comments

Comments
 (0)