Skip to content

Commit 9411ae9

Browse files
committed
Fix test
1 parent b6daa80 commit 9411ae9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/Rules/Phinx/EnforceCollationRuleTest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ public function testTableWithNonArrayOptions(): void
4343
[
4444
[
4545
'Phinx table() method options must be an array with collation set to "utf8"',
46-
13,
46+
14,
47+
],
48+
[
49+
'No error with identifier argument.type is reported on line 14.',
50+
14
4751
],
4852
]
4953
);

0 commit comments

Comments
 (0)