mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/11700] Fix expected class name output from dbms convert
PHPBB3-11700
This commit is contained in:
parent
e10c3d8c08
commit
239381b946
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class phpbb_convert_30_dbms_to_31_test extends phpbb_test_case
|
||||||
*/
|
*/
|
||||||
public function test_convert_30_dbms_to_31($input)
|
public function test_convert_30_dbms_to_31($input)
|
||||||
{
|
{
|
||||||
$expected = "phpbb_db_driver_$input";
|
$expected = "\\phpbb\\db\\driver\\$input";
|
||||||
|
|
||||||
$output = phpbb_convert_30_dbms_to_31($input);
|
$output = phpbb_convert_30_dbms_to_31($input);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue