Install taxonomy_term entity data
This commit is contained in:
parent
edbbad9a01
commit
81bc39b5c2
|
@ -46,6 +46,8 @@ final class PostBuilderTest extends EntityKernelTestBase {
|
||||||
|
|
||||||
/** @test */
|
/** @test */
|
||||||
public function it_returns_a_post_with_tags(): void {
|
public function it_returns_a_post_with_tags(): void {
|
||||||
|
$this->installEntitySchema(entity_type_id: 'taxonomy_term');
|
||||||
|
|
||||||
$this->installConfig(modules: [
|
$this->installConfig(modules: [
|
||||||
'example_test',
|
'example_test',
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue