diff --git a/web/modules/custom/my_module/tests/src/Kernel/ArticleRepositoryTest.php b/web/modules/custom/my_module/tests/src/Kernel/ArticleRepositoryTest.php index 91e3fc5..ebfa195 100644 --- a/web/modules/custom/my_module/tests/src/Kernel/ArticleRepositoryTest.php +++ b/web/modules/custom/my_module/tests/src/Kernel/ArticleRepositoryTest.php @@ -21,6 +21,8 @@ class ArticleRepositoryTest extends EntityKernelTestBase { $this->installConfig([ 'filter', ]); + + $this->installSchema('node', ['node_access']); } /** @test */