aboutsummaryrefslogtreecommitdiffstats
path: root/tests/RUNNING_TESTS.md
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-06-20 12:35:42 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-06-20 12:35:42 +0200
commit04164affe672be6feea676fd05cf9761bf2e477a (patch)
treec4c3276ccf9ab6e051ab1773f382b01a830992ad /tests/RUNNING_TESTS.md
parent70d4ede9b204ba9d2c3e1ae14258cd8c879db403 (diff)
downloadforums-04164affe672be6feea676fd05cf9761bf2e477a.tar
forums-04164affe672be6feea676fd05cf9761bf2e477a.tar.gz
forums-04164affe672be6feea676fd05cf9761bf2e477a.tar.bz2
forums-04164affe672be6feea676fd05cf9761bf2e477a.tar.xz
forums-04164affe672be6feea676fd05cf9761bf2e477a.zip
[ticket/12747] Drop support for Firebird
PHPBB3-12747
Diffstat (limited to 'tests/RUNNING_TESTS.md')
-rw-r--r--tests/RUNNING_TESTS.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/tests/RUNNING_TESTS.md b/tests/RUNNING_TESTS.md
index d638c86859..afd7caa709 100644
--- a/tests/RUNNING_TESTS.md
+++ b/tests/RUNNING_TESTS.md
@@ -32,7 +32,6 @@ will be skipped:
- apc (APC cache driver)
- bz2 (compress tests)
-- interbase, pdo_firebird (Firebird database driver)
- mysql, pdo_mysql (MySQL database driver)
- mysqli, pdo_mysql (MySQLi database driver)
- pcntl (flock class)
@@ -82,16 +81,10 @@ Special Database Cases
----------------------
In order to run tests on some of the databases that we support, it will be
necessary to provide a custom DSN string in test_config.php. This is only
-needed for MSSQL 2000+ (PHP module), MSSQL via ODBC, and Firebird when
-PDO_Firebird does not work on your system
-(https://bugs.php.net/bug.php?id=61183). The variable must be named `$custom_dsn`.
+needed for MSSQL 2000+ (PHP module) and MSSQL via ODBC. The variable must be
+named `$custom_dsn`.
-Examples:
-Firebird using http://www.firebirdsql.org/en/odbc-driver/
-
- $custom_dsn = "Driver={Firebird/InterBase(r) driver};dbname=$dbhost:$dbname";
-
-MSSQL
+Example MSSQL:
$custom_dsn = "Driver={SQL Server Native Client 10.0};Server=$dbhost;Database=$dbname";