4g: Install config for the filter module

This commit is contained in:
Oliver Davies 2020-11-14 09:15:09 +00:00
parent 48c2724736
commit b53cfec4dd

View file

@ -22,4 +22,10 @@ class ArticleRepositoryTest extends EntityKernelTestBase {
$this->assertCount(1, $articles);
}
protected function setUp() {
parent::setUp();
$this->installConfig(['filter']);
}
}