Merge pull request #3146 from bantu/ticket/13341

[ticket/13341] Change coverage to whitelist to prevent errors with temp ...
This commit is contained in:
Joas Schilling 2014-11-17 22:47:17 +01:00
commit d4fd5e3365

View file

@ -32,8 +32,8 @@
</groups> </groups>
<filter> <filter>
<blacklist> <whitelist>
<directory>./tests</directory> <directory suffix=".php">./phpBB/includes/</directory>
</blacklist> </whitelist>
</filter> </filter>
</phpunit> </phpunit>