From a6752a5558137f444638ff5a704def12654017f5 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 26 Sep 2013 18:58:18 +0200 Subject: [PATCH] [ticket/11870] No longer exclude search/fulltext_*.php from code coverage. PHPBB3-11870 --- phpunit.xml.all | 2 -- phpunit.xml.dist | 2 -- phpunit.xml.functional | 2 -- 3 files changed, 6 deletions(-) diff --git a/phpunit.xml.all b/phpunit.xml.all index d18518d3e3..d5ee606ce2 100644 --- a/phpunit.xml.all +++ b/phpunit.xml.all @@ -29,8 +29,6 @@ ./phpBB/includes/ ./phpBB/phpbb/ - ./phpBB/phpbb/search/fulltext_native.php - ./phpBB/phpbb/search/fulltext_mysql.php ./phpBB/includes/captcha/ diff --git a/phpunit.xml.dist b/phpunit.xml.dist index c852f91b50..700af8b2b2 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -36,8 +36,6 @@ ./phpBB/includes/ ./phpBB/phpbb/ - ./phpBB/phpbb/search/fulltext_native.php - ./phpBB/phpbb/search/fulltext_mysql.php ./phpBB/includes/captcha/ 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 @@ ./phpBB/includes/ ./phpBB/phpbb/ - ./phpBB/phpbb/search/fulltext_native.php - ./phpBB/phpbb/search/fulltext_mysql.php ./phpBB/includes/captcha/