diff --git a/core/modules/shortcut/tests/src/Kernel/ShortcutEntityTest.php b/core/modules/shortcut/tests/src/Kernel/ShortcutEntityTest.php new file mode 100644 index 0000000..06f87a3 --- /dev/null +++ b/core/modules/shortcut/tests/src/Kernel/ShortcutEntityTest.php @@ -0,0 +1,24 @@ +getDefinition('shortcut'); + $this->assertFalse($entity_type->hasViewBuilderClass()); + } + +}