From 6ab9ef54a20670b4620850b9aa62740470936f43 Mon Sep 17 00:00:00 2001 From: David King Date: Tue, 26 Mar 2013 17:21:35 -0400 Subject: [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 --- phpunit.xml.functional | 9 --------- 1 file changed, 9 deletions(-) (limited to 'phpunit.xml.functional') diff --git a/phpunit.xml.functional b/phpunit.xml.functional index 9facbcff8b..99f11477aa 100644 --- a/phpunit.xml.functional +++ b/phpunit.xml.functional @@ -30,15 +30,6 @@ ./phpBB/includes/ - ./phpBB/includes/db/firebird.php - ./phpBB/includes/db/mysql.php - ./phpBB/includes/db/mysqli.php - ./phpBB/includes/db/mssql.php - ./phpBB/includes/db/mssql_odbc.php - ./phpBB/includes/db/mssqlnative.php - ./phpBB/includes/db/oracle.php - ./phpBB/includes/db/postgres.php - ./phpBB/includes/db/sqlite.php ./phpBB/includes/search/fulltext_native.php ./phpBB/includes/search/fulltext_mysql.php ./phpBB/includes/captcha/ -- cgit v1.2.1