aboutsummaryrefslogtreecommitdiffstats
path: root/phpunit.xml.functional
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-03-27 18:11:38 +0100
committerAndreas Fischer <bantu@phpbb.com>2013-03-27 18:11:38 +0100
commit43b6ae3fee34e03ce579ca24ed4cf58f4a1f4660 (patch)
tree9636b526a167b3fae7617f442c93c5db1acc05ea /phpunit.xml.functional
parent94a15f85a64db283a9c9402c40b2d35cb484fb37 (diff)
parentb583f6d8d9ad6ea3f2a1dafbfd479f8a2d67551c (diff)
downloadforums-43b6ae3fee34e03ce579ca24ed4cf58f4a1f4660.tar
forums-43b6ae3fee34e03ce579ca24ed4cf58f4a1f4660.tar.gz
forums-43b6ae3fee34e03ce579ca24ed4cf58f4a1f4660.tar.bz2
forums-43b6ae3fee34e03ce579ca24ed4cf58f4a1f4660.tar.xz
forums-43b6ae3fee34e03ce579ca24ed4cf58f4a1f4660.zip
Merge remote-tracking branch 'phpbb/develop' into ticket/11469
* phpbb/develop: [ticket/11476] Remove pass-by-reference from sql_mutli_insert [ticket/11466] Remove old database driver files from PHPUnit exclude [ticket/11448] Use of $user_id parameter to mark a user's notifications read [ticket/11460] Add default behaviour tests for notification and email types. [ticket/11460] Configure functional test board email using dummy SMTP data. [ticket/11460] Add test for whether post_email and topic_email are checked. [ticket/11460] Add methods for checkbox handling to phpbb_functional_test_case. [ticket/11460] Drop incorrect phpbb_notification_{type,method}_ prefix.
Diffstat (limited to 'phpunit.xml.functional')
-rw-r--r--phpunit.xml.functional9
1 files changed, 0 insertions, 9 deletions
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 @@
<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>