Enable taxonomy module

> Exception: Exception when installing config for module example_test, message was: Missing bun
dle entity, entity type node_type, entity id post.
This commit is contained in:
Oliver Davies 2024-01-18 12:10:13 +00:00
parent 26515a9517
commit b16833c7b5

View file

@ -12,7 +12,11 @@ use Drupal\node\NodeInterface;
final class PostBuilderTest extends EntityKernelTestBase {
protected static $modules = [
// Core.
'node',
'taxonomy',
// Custom.
'example_test',
];