Skip to content

Commit e355080

Browse files
committed
Fix coverage whitelist
1 parent f862cdd commit e355080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</testsuites>
1515
<filter>
1616
<whitelist>
17-
<directory suffix=".php">./src/Facebook</directory>
17+
<directory suffix=".php">./src</directory>
1818
</whitelist>
1919
</filter>
2020
</phpunit>

0 commit comments

Comments
 (0)