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:
Oliver Davies 2024-01-18 12:04:35 +00:00
parent 5845e37be6
commit 26515a9517

View file

@ -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();