Skip to content
Snippets Groups Projects

Issue #3259540: Fix coding standards error introduced in #3258552

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -27,7 +27,7 @@ class MigrateJsonExampleTest extends MigrateDrupalTestBase {
@@ -27,7 +27,7 @@ class MigrateJsonExampleTest extends MigrateDrupalTestBase {
protected function setUp(): void {
protected function setUp(): void {
parent::setUp();
parent::setUp();
$this->installConfig(['node',]);
$this->installConfig(['node']);
$this->installEntitySchema('file');
$this->installEntitySchema('file');
$this->installSchema('file', ['file_usage']);
$this->installSchema('file', ['file_usage']);
Loading