You are here

28 calls to EntityHierarchyTestTrait::createTestEntity() in Entity Reference Hierarchy 3.x

AutocompleteHandlerTest::testAutoCompleteHandler in tests/src/Kernel/AutocompleteHandlerTest.php
Tests autocomplete handler.
EntityHierarchyTestTrait::additionalSetup in tests/src/Traits/EntityHierarchyTestTrait.php
Perform additional setup.
EntityHierarchyTestTrait::doCreateChildTestEntity in tests/src/Traits/EntityHierarchyTestTrait.php
Creates a new test entity.
EntityHierarchyValidationTest::testValidation in tests/src/Kernel/EntityHierarchyValidationTest.php
Tests validation.
HierarchyNestedSetIntegrationTest::testDeleteChild in tests/src/Kernel/HierarchyNestedSetIntegrationTest.php
Tests deleting child node.
HierarchyNestedSetIntegrationTest::testDeleteChildWithGrandChildren in tests/src/Kernel/HierarchyNestedSetIntegrationTest.php
Tests deleting child node with grandchildren.
HierarchyNestedSetIntegrationTest::testDeleteParent in tests/src/Kernel/HierarchyNestedSetIntegrationTest.php
Tests deleting parent node reparents children.
HierarchyNestedSetIntegrationTest::testNestedSetOrdering in tests/src/Kernel/HierarchyNestedSetIntegrationTest.php
Tests ordered storage in nested set tables.
HierarchyNestedSetIntegrationTest::testNestedSetParentToChild in tests/src/Kernel/HierarchyNestedSetIntegrationTest.php
Tests moving from out of tree, into tree.
HierarchyNestedSetIntegrationTest::testNestedSetParentToChildWithSiblings in tests/src/Kernel/HierarchyNestedSetIntegrationTest.php
Tests moving from out of tree, into tree with existing siblings.
HierarchyNestedSetIntegrationTest::testNestedSetResaveParent in tests/src/Kernel/HierarchyNestedSetIntegrationTest.php
Test saving the parent after adding children.
HierarchyNestedSetIntegrationTest::testNestedSetStorageMoveParent in tests/src/Kernel/HierarchyNestedSetIntegrationTest.php
Tests moving parents.
HierarchyNestedSetIntegrationTest::testNestedSetStorageMoveParentWithChildren in tests/src/Kernel/HierarchyNestedSetIntegrationTest.php
Tests moving tree.
HierarchyNestedSetIntegrationTest::testNestedSetStorageMoveParentWithSiblingOrdering in tests/src/Kernel/HierarchyNestedSetIntegrationTest.php
Tests moving parents with weight ordering.
HierarchyNestedSetIntegrationTest::testNestedSetStorageSimple in tests/src/Kernel/HierarchyNestedSetIntegrationTest.php
Tests simple storage in nested set tables.
HierarchyNestedSetIntegrationTest::testNestedSetStorageSimpleUpdate in tests/src/Kernel/HierarchyNestedSetIntegrationTest.php
Tests saving with existing parent (no value change).
HierarchyNestedSetIntegrationTest::testNestedSetStorageWithSiblingUpdate in tests/src/Kernel/HierarchyNestedSetIntegrationTest.php
Tests saving with existing parent and sibling (no value change).
HierarchyNestedSetIntegrationTest::testRemoveParentReference in tests/src/Kernel/HierarchyNestedSetIntegrationTest.php
Tests removing parent reference.
HierarchyNestedSetIntegrationTest::testRemoveParentReferenceWithGrandChildren in tests/src/Kernel/HierarchyNestedSetIntegrationTest.php
Tests removing parent reference with grandchildren.
HierarchyNestedSetRevisionIntegrationTest::createTestEntity in tests/src/Kernel/HierarchyNestedSetRevisionIntegrationTest.php
Creates a new test entity.
MicrositeAdminTest::testAdmin in modules/entity_hierarchy_microsite/tests/src/Functional/MicrositeAdminTest.php
Tests admin.
MicrositeLogoBrandingBlockTest::testBrandingBlock in modules/entity_hierarchy_microsite/tests/src/Functional/MicrositeLogoBrandingBlockTest.php
Tests branding block.
MicrositeMenuBlockTest::testMenuBlock in modules/entity_hierarchy_microsite/tests/src/Functional/MicrositeMenuBlockTest.php
Tests menu block.
MicrositeMenuItemsTest::testMicrositeMenuLinkMaxDepth in modules/entity_hierarchy_microsite/tests/src/Kernel/MicrositeMenuItemsTest.php
Tests microsite menus do not exceed the maximum depth.
ReorderChildrenContentModerationFunctionalTest::testReorderingForDraftParent in tests/src/Functional/ReorderChildrenContentModerationFunctionalTest.php
Tests that the reorder form is linked to the current revision when content_moderation is active.
ReorderChildrenFunctionalTest::testAddChildLinks in tests/src/Functional/ReorderChildrenFunctionalTest.php
Tests add child links.
ReorderChildrenFunctionalTest::testReordering in tests/src/Functional/ReorderChildrenFunctionalTest.php
Tests children reorder form.
ViewsRevisionableIntegrationTest::createTestEntity in tests/src/Kernel/ViewsRevisionableIntegrationTest.php
Creates a new test entity.