Skip to content
Snippets Groups Projects
Commit dfec263f authored by James Williams's avatar James Williams
Browse files

Issue #3091336: Fix invalid config in test

parent 377f6a33
No related branches found
No related tags found
1 merge request!5332Issue #3091336: Use a proper language fallback mechanism for path.alias_repository service
......@@ -57,7 +57,10 @@ protected function setUp(): void {
$this->installSchema('node', ['node_access']);
$node_type = NodeType::create(['type' => 'foo']);
$node_type = NodeType::create([
'type' => 'foo',
'name' => 'Foo',
]);
$node_type->save();
$this->installConfig(['language']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment