Fix tests after #20227 - for the default storage engine
Pull-request: #20227 Ref: #20171 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
e454326296
commit
a46e3f55ca
@ -46,7 +46,7 @@ final class AddPrefixTableControllerTest extends AbstractTestCase
|
||||
[['utf8mb4_uca1400_ai_ci']],
|
||||
['DEFAULT_COLLATION_NAME'],
|
||||
);
|
||||
$dbiDummy->addResult('SELECT @@storage_engine;', [['InnoDB']]);
|
||||
$dbiDummy->addResult('SELECT @@default_storage_engine;', [['InnoDB']]);
|
||||
|
||||
$request = ServerRequestFactory::create()->createServerRequest('POST', 'https://example.com/')
|
||||
->withParsedBody(['db' => 'test_db', 'add_prefix' => 'test_', 'selected' => ['table']]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user