4g: Install node_access table

This commit is contained in:
Oliver Davies 2020-11-14 09:16:04 +00:00
parent b53cfec4dd
commit 3723a0af0e

View file

@ -26,6 +26,8 @@ class ArticleRepositoryTest extends EntityKernelTestBase {
parent::setUp();
$this->installConfig(['filter']);
$this->installSchema('node', ['node_access']);
}
}