4g: Install config for the filter module
This commit is contained in:
parent
48c2724736
commit
b53cfec4dd
|
@ -22,4 +22,10 @@ class ArticleRepositoryTest extends EntityKernelTestBase {
|
|||
$this->assertCount(1, $articles);
|
||||
}
|
||||
|
||||
protected function setUp() {
|
||||
parent::setUp();
|
||||
|
||||
$this->installConfig(['filter']);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue