mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11700] The driver is namespaced now, so properly replace it
PHPBB3-11700
This commit is contained in:
parent
721483cd64
commit
ccbb070652
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ class phpbb_functional_test_case extends phpbb_test_case
|
|||
self::assertContains('Database configuration', $crawler->filter('#main')->text());
|
||||
$form = $crawler->selectButton('submit')->form(array(
|
||||
// Installer uses 3.0-style dbms name
|
||||
'dbms' => str_replace('phpbb_db_driver_', '', self::$config['dbms']),
|
||||
'dbms' => str_replace('phpbb\db\driver\\', '', self::$config['dbms']),
|
||||
'dbhost' => self::$config['dbhost'],
|
||||
'dbport' => self::$config['dbport'],
|
||||
'dbname' => self::$config['dbname'],
|
||||
|
|
Loading…
Add table
Reference in a new issue