mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge pull request #3146 from bantu/ticket/13341
[ticket/13341] Change coverage to whitelist to prevent errors with temp ... * bantu/ticket/13341: [ticket/13341] Change coverage to whitelist to prevent errors with temp files. Conflicts: phpunit.xml.dist
This commit is contained in:
commit
8297f700d0
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