Install example_test configuration
> Exception: Exception when installing config for module example_test, message was: Field 'field_tags' on entity type 'node' references a target entity type 'taxonomy_term' which does not exist.
This commit is contained in:
parent
5845e37be6
commit
26515a9517
|
@ -42,6 +42,10 @@ final class PostBuilderTest extends EntityKernelTestBase {
|
|||
|
||||
/** @test */
|
||||
public function it_returns_a_post_with_tags(): void {
|
||||
$this->installConfig(modules: [
|
||||
'example_test',
|
||||
]);
|
||||
|
||||
$node = PostBuilder::create()
|
||||
->setTitle('test')
|
||||
->getPost();
|
||||
|
|
Loading…
Reference in a new issue