Skip to content

Commit 51fdfc6

Browse files
authored
Fix formatting in MysqlAdapterTest.php
1 parent fe53b35 commit 51fdfc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Phinx/Db/Adapter/MysqlAdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3023,7 +3023,7 @@ public function testAlgorithmWithMixedCase(): void
30233023

30243024
$this->assertTrue($this->adapter->hasColumn('mixed_case', 'col2'));
30253025
}
3026-
3026+
30273027
public function testMysqlPdoMultiStatementsEnabled()
30283028
{
30293029
$adapter = new MysqlAdapter(MYSQL_DB_CONFIG + ['mysql_attr_multi_statements' => true]);

0 commit comments

Comments
 (0)