We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
2 parents 53255a6 + d100f19 commit 553da0fCopy full SHA for 553da0f
tests/Infra/TestCase.php
@@ -61,6 +61,8 @@ final protected function getEnvironmentSetUp($app): void
61
// database
62
$config->set('database.connections.testing.prefix', 'tests');
63
$config->set('database.connections.pgsql.prefix', 'tests');
64
+ $config->set('database.connections.mysql.prefix', 'tests');
65
+ $config->set('database.connections.mariadb.prefix', 'tests');
66
$config->set('database.connections.mariadb.port', 3307);
67
68
// new table name's
0 commit comments