diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-09-26 18:58:18 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-09-26 18:58:18 +0200 |
commit | a6752a5558137f444638ff5a704def12654017f5 (patch) | |
tree | 94874db969afbe76e51ede33fffe1b77a8a08292 /phpunit.xml.functional | |
parent | 56ee5973bc702beecb51e66c3f380be597828e6e (diff) | |
download | forums-a6752a5558137f444638ff5a704def12654017f5.tar forums-a6752a5558137f444638ff5a704def12654017f5.tar.gz forums-a6752a5558137f444638ff5a704def12654017f5.tar.bz2 forums-a6752a5558137f444638ff5a704def12654017f5.tar.xz forums-a6752a5558137f444638ff5a704def12654017f5.zip |
[ticket/11870] No longer exclude search/fulltext_*.php from code coverage.
PHPBB3-11870
Diffstat (limited to 'phpunit.xml.functional')
-rw-r--r-- | phpunit.xml.functional | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpunit.xml.functional b/phpunit.xml.functional index cd9cc8771f..44d060e615 100644 --- a/phpunit.xml.functional +++ b/phpunit.xml.functional @@ -35,8 +35,6 @@ <directory suffix=".php">./phpBB/includes/</directory> <directory suffix=".php">./phpBB/phpbb/</directory> <exclude> - <file>./phpBB/phpbb/search/fulltext_native.php</file> - <file>./phpBB/phpbb/search/fulltext_mysql.php</file> <directory suffix=".php">./phpBB/includes/captcha/</directory> </exclude> </whitelist> |