mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge pull request #3147 from bantu/ticket/13341-ascraeus
[ticket/13341] Change coverage to whitelist to prevent errors with temp files
This commit is contained in:
commit
2b55476df0
1 changed files with 0 additions and 6 deletions
|
@ -37,15 +37,9 @@
|
|||
</groups>
|
||||
|
||||
<filter>
|
||||
<blacklist>
|
||||
<directory>./tests</directory>
|
||||
</blacklist>
|
||||
<whitelist>
|
||||
<directory suffix=".php">./phpBB/includes/</directory>
|
||||
<directory suffix=".php">./phpBB/phpbb/</directory>
|
||||
<exclude>
|
||||
<directory suffix=".php">./phpBB/includes/captcha/</directory>
|
||||
</exclude>
|
||||
</whitelist>
|
||||
</filter>
|
||||
</phpunit>
|
||||
|
|
Loading…
Add table
Reference in a new issue