We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe53b35 commit 51fdfc6Copy full SHA for 51fdfc6
tests/Phinx/Db/Adapter/MysqlAdapterTest.php
@@ -3023,7 +3023,7 @@ public function testAlgorithmWithMixedCase(): void
3023
3024
$this->assertTrue($this->adapter->hasColumn('mixed_case', 'col2'));
3025
}
3026
-
+
3027
public function testMysqlPdoMultiStatementsEnabled()
3028
{
3029
$adapter = new MysqlAdapter(MYSQL_DB_CONFIG + ['mysql_attr_multi_statements' => true]);
0 commit comments