We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb24aa6 commit cc15505Copy full SHA for cc15505
tests/Common/CommonEnumColumnTest.php
@@ -57,7 +57,7 @@ public function testInsertAndQuery(): void
57
#[TestWith([['active', 'inactive', 'pending']])]
58
#[TestWith([['[one]', 'the [two]', 'the [three] to']])]
59
#[TestWith([["hello''world''", "the '[feature']"]])]
60
- public function testCreateTable22(array $items): void
+ public function testCreateTable(array $items): void
61
{
62
$this->dropTable('test_enum_table');
63
0 commit comments