mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 06:03:27 +02:00
Issue #5443 - PHP 8.4 test fixes.
This commit is contained in:
@@ -1040,6 +1040,7 @@ abstract class e_db_abstractTest extends \Codeception\Test\Unit
|
||||
$database = $config['mySQLdefaultdb'];
|
||||
$table = 'test';
|
||||
$MPREFIX = 'another_prefix_';
|
||||
$xql->connect($config['mySQLserver'], $config['mySQLuser'], $config['mySQLpassword']);
|
||||
|
||||
// use new database
|
||||
$use = $xql->database($database,$MPREFIX,true);
|
||||
|
Reference in New Issue
Block a user