4g: Install node_access table

Ensure that the `node_access` table is created within the test.
This commit is contained in:
Oliver Davies 2020-03-19 21:24:14 +00:00
parent e3c57ea103
commit 55035b236b

View file

@ -21,6 +21,8 @@ class ArticleRepositoryTest extends EntityKernelTestBase {
$this->installConfig([
'filter',
]);
$this->installSchema('node', ['node_access']);
}
/** @test */