8000 [Build] Update phpunit configuration · CodingSeo/laravel-json-api@2de2462 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2de2462

Browse files
committed
[Build] Update phpunit configuration
1 parent edb7647 commit 2de2462

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpunit.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,9 @@
2121
<directory suffix="Test.php">./tests/Integration/</directory>
2222
</testsuite>
2323
</testsuites>
24+
<filter>
25+
<whitelist>
26+
<directory suffix=".php">src/</directory>
27+
</whitelist>
28+
</filter>
2429
</phpunit>

0 commit comments

Comments
 (0)
0