Skip to content

Commit 2add08e

Browse files
Added whitelist to remove warning for upcoming phpunit 4.8
1 parent fd81c04 commit 2add08e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpunit.xml

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
<directory>./tests/</directory>
1515
</testsuite>
1616
</testsuites>
17+
<filter>
18+
<whitelist>
19+
<directory suffix=".php">app/</directory>
20+
</whitelist>
21+
</filter>
1722
<php>
1823
<env name="APP_ENV" value="testing"/>
1924
<env name="CACHE_DRIVER" value="array"/>

0 commit comments

Comments
 (0)