diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-10-03 07:52:24 -0700 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-10-03 07:52:24 -0700 |
commit | f2de39f0b4a211510c5bda9cf0b9a211a4ec5cf0 (patch) | |
tree | bcbe531da9bb563b6dbc4762a08538c35a7a14ab /phpunit.xml.functional | |
parent | 49ce2c13b26e358b4ccef440094a8fa4b6b9afd7 (diff) | |
parent | a6752a5558137f444638ff5a704def12654017f5 (diff) | |
download | forums-f2de39f0b4a211510c5bda9cf0b9a211a4ec5cf0.tar forums-f2de39f0b4a211510c5bda9cf0b9a211a4ec5cf0.tar.gz forums-f2de39f0b4a211510c5bda9cf0b9a211a4ec5cf0.tar.bz2 forums-f2de39f0b4a211510c5bda9cf0b9a211a4ec5cf0.tar.xz forums-f2de39f0b4a211510c5bda9cf0b9a211a4ec5cf0.zip |
Merge pull request #1736 from bantu/ticket/11870
[ticket/11870] No longer exclude search/fulltext_*.php from code coverag...
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> |