aboutsummaryrefslogtreecommitdiffstats
path: root/phpunit.xml.dist
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2013-03-26 17:21:35 -0400
committerDavid King <imkingdavid@gmail.com>2013-03-26 17:21:35 -0400
commit6ab9ef54a20670b4620850b9aa62740470936f43 (patch)
tree96aa3c7680b8752119b7a641593711efe54388e2 /phpunit.xml.dist
parent8b464e87f0a41422dddaa647ac42ab9c7950bb4b (diff)
downloadforums-6ab9ef54a20670b4620850b9aa62740470936f43.tar
forums-6ab9ef54a20670b4620850b9aa62740470936f43.tar.gz
forums-6ab9ef54a20670b4620850b9aa62740470936f43.tar.bz2
forums-6ab9ef54a20670b4620850b9aa62740470936f43.tar.xz
forums-6ab9ef54a20670b4620850b9aa62740470936f43.zip
[ticket/11466] Remove old database driver files from PHPUnit exclude
As per the ticket comments, these can simply be removed, rather than having to be renamed to the new file locations. PHPBB3-11466
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist9
1 files changed, 0 insertions, 9 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 27dee48aac..f1cb4b9d09 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -31,15 +31,6 @@
<whitelist>
<directory suffix=".php">./phpBB/includes/</directory>
<exclude>
- <file>./phpBB/includes/db/firebird.php</file>
- <file>./phpBB/includes/db/mysql.php</file>
- <file>./phpBB/includes/db/mysqli.php</file>
- <file>./phpBB/includes/db/mssql.php</file>
- <file>./phpBB/includes/db/mssql_odbc.php</file>
- <file>./phpBB/includes/db/mssqlnative.php</file>
- <file>./phpBB/includes/db/oracle.php</file>
- <file>./phpBB/includes/db/postgres.php</file>
- <file>./phpBB/includes/db/sqlite.php</file>
<file>./phpBB/includes/search/fulltext_native.php</file>
<file>./phpBB/includes/search/fulltext_mysql.php</file>
<directory suffix=".php">./phpBB/includes/captcha/</directory>