Skip to content

Commit ddb2477

Browse files
committed
Update phpunit.xml
1 parent ae07406 commit ddb2477

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

phpunit.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,12 @@
1313
<directory>./tests/</directory>
1414
</testsuite>
1515
</testsuites>
16+
<php>
17+
<env name="APP_ENV" value="testing"/>
18+
</php>
19+
<filter>
20+
<whitelist>
21+
<directory suffix=".php">src/</directory>
22+
</whitelist>
23+
</filter>
1624
</phpunit>

0 commit comments

Comments
 (0)