Skip to content

Commit 7e89147

Browse files
fixed(?) error with whitelist of plugin.php
1 parent 204ac78 commit 7e89147

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<whitelist>
2626
<directory suffix=".php">classes/</directory>
2727
<directory suffix=".php">components/</directory>
28-
<directory suffix=".php">/</directory>
28+
<file>Plugin.php</file>
2929
</whitelist>
3030
</filter>
3131
<logging>

0 commit comments

Comments
 (0)