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:
parent
26515a9517
commit
b16833c7b5
|
@ -12,7 +12,11 @@ use Drupal\node\NodeInterface;
|
|||
final class PostBuilderTest extends EntityKernelTestBase {
|
||||
|
||||
protected static $modules = [
|
||||
// Core.
|
||||
'node',
|
||||
'taxonomy',
|
||||
|
||||
// Custom.
|
||||
'example_test',
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue