From 66c1010917677a3ac3811afa05af1e54d1b79273 Mon Sep 17 00:00:00 2001 From: Bhanu951 <bhanu951@3607219.no-reply.drupal.org> Date: Thu, 20 Jan 2022 13:50:40 +0000 Subject: [PATCH] Issue #3259540: Fix coding standards error introduced in #3258552 --- .../tests/src/Kernel/MigrateJsonExampleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrate_json_example/tests/src/Kernel/MigrateJsonExampleTest.php b/migrate_json_example/tests/src/Kernel/MigrateJsonExampleTest.php index 02665610..27b89a2a 100755 --- a/migrate_json_example/tests/src/Kernel/MigrateJsonExampleTest.php +++ b/migrate_json_example/tests/src/Kernel/MigrateJsonExampleTest.php @@ -27,7 +27,7 @@ class MigrateJsonExampleTest extends MigrateDrupalTestBase { protected function setUp(): void { parent::setUp(); - $this->installConfig(['node',]); + $this->installConfig(['node']); $this->installEntitySchema('file'); $this->installSchema('file', ['file_usage']); -- GitLab