aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_database_connection_helper.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_framework/phpbb_database_connection_helper.php')
-rw-r--r--tests/test_framework/phpbb_database_connection_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_framework/phpbb_database_connection_helper.php b/tests/test_framework/phpbb_database_connection_helper.php
index fbb85784f8..5eba2e7a2e 100644
--- a/tests/test_framework/phpbb_database_connection_helper.php
+++ b/tests/test_framework/phpbb_database_connection_helper.php
@@ -14,7 +14,7 @@
*
* This is used in the custom PHPUnit ODBC driver
*/
-class phpbb_database_connection_ODBC_PDO_wrapper extends PDO
+class phpbb_database_connection_odbc_pdo_wrapper extends PDO
{
// Name of the driver being used (i.e. mssql, firebird)
public $driver = '';