Skip to content

Commit 723b03f

Browse files
committed
Fix: Whitelist production code
1 parent 353e439 commit 723b03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<filter>
2020
<whitelist>
21-
<directory>./tests/</directory>
21+
<directory>./src/</directory>
2222
</whitelist>
2323
</filter>
2424
</phpunit>

0 commit comments

Comments
 (0)