diff --git a/tests/PhinxGeneratorTest.php b/tests/PhinxGeneratorTest.php index 5ed4a47fe..938bb6413 100644 --- a/tests/PhinxGeneratorTest.php +++ b/tests/PhinxGeneratorTest.php @@ -438,5 +438,4 @@ public function testDuplicateKeyName(): void $newSchema = $this->getTableSchema('table_name'); $this->assertSame($oldSchema, $newSchema); } - }