Skip to content
Snippets Groups Projects
Commit 66c10109 authored by Bhanu D's avatar Bhanu D Committed by Lucas Hedding
Browse files

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

parent 745200b4
No related branches found
No related tags found
1 merge request!29Issue #3259540: Fix coding standards error introduced in #3258552
......@@ -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']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment