diff --git a/migrate_json_example/tests/src/Kernel/MigrateJsonExampleTest.php b/migrate_json_example/tests/src/Kernel/MigrateJsonExampleTest.php index 02665610c9c571e39a193a4df7f1404b22a0179f..27b89a2a16d9f1a17c51f84b76363c41f4b0d262 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']);