From c6c7e2ed1c94a5e9a452ef4e346759e6b27797ea Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sat, 6 May 2023 10:08:52 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/Common/AbstractSQLDumpFileTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Common/AbstractSQLDumpFileTest.php b/tests/Common/AbstractSQLDumpFileTest.php index 1bdf370..1adefea 100644 --- a/tests/Common/AbstractSQLDumpFileTest.php +++ b/tests/Common/AbstractSQLDumpFileTest.php @@ -88,7 +88,7 @@ public function testVerifyTableStructure(): void $this->assertSame($this->translationType, $tableSchema?->getColumn('translation')->getType()); $foreignKeysExpected = [ - "FK_yii_source_message_yii_message" => [ + 'FK_yii_source_message_yii_message' => [ 0 => 'yii_source_message', 'id' => 'id', ],