4g: Install node_access table
Ensure that the `node_access` table is created within the test.
This commit is contained in:
parent
e3c57ea103
commit
55035b236b
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ class ArticleRepositoryTest extends EntityKernelTestBase {
|
|||
$this->installConfig([
|
||||
'filter',
|
||||
]);
|
||||
|
||||
$this->installSchema('node', ['node_access']);
|
||||
}
|
||||
|
||||
/** @test */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue