You are here

34 calls to EntityUnitTestBase::createUser() in Zircon Profile 8

CommentDefaultFormatterCacheTagsTest::setUp in core/modules/comment/src/Tests/CommentDefaultFormatterCacheTagsTest.php
Performs setup tasks before each individual test method is run.
CommentDefaultFormatterCacheTagsTest::testCacheTags in core/modules/comment/src/Tests/CommentDefaultFormatterCacheTagsTest.php
Tests the bubbling of cache tags.
CommentFieldAccessTest::testAccessToAdministrativeFields in core/modules/comment/src/Tests/CommentFieldAccessTest.php
Test permissions on comment fields.
ContentEntityChangedTest::testChanged in core/modules/system/src/Tests/Entity/ContentEntityChangedTest.php
Tests basic EntityChangedInterface functionality.
ContentEntityChangedTest::testRevisionChanged in core/modules/system/src/Tests/Entity/ContentEntityChangedTest.php
Tests revisionable EntityChangedInterface functionality.
ContentEntityCloneTest::testFieldEntityReferenceAfterClone in core/modules/system/src/Tests/Entity/ContentEntityCloneTest.php
Tests if entity references on fields are still correct after cloning.
EditorFileUsageTest::testEditorEntityHooks in core/modules/editor/src/Tests/EditorFileUsageTest.php
Tests the configurable text editor manager.
EntityAccessControlHandlerTest::testDefaultEntityAccess in core/modules/system/src/Tests/Entity/EntityAccessControlHandlerTest.php
Ensures default entity access is checked when necessary.
EntityAccessControlHandlerTest::testEntityAccess in core/modules/system/src/Tests/Entity/EntityAccessControlHandlerTest.php
Ensures entity access is properly working.
EntityAccessControlHandlerTest::testEntityAccessDefaultController in core/modules/system/src/Tests/Entity/EntityAccessControlHandlerTest.php
Ensures that the default handler is used as a fallback.
EntityAccessControlHandlerTest::testEntityTranslationAccess in core/modules/system/src/Tests/Entity/EntityAccessControlHandlerTest.php
Ensures entity access for entity translations is properly working.
EntityApiTest::testCRUD in core/modules/system/src/Tests/Entity/EntityApiTest.php
Tests basic CRUD functionality of the Entity API.
EntityAutocompleteElementFormTest::testEntityAutocompleteAccess in core/modules/system/src/Tests/Entity/Element/EntityAutocompleteElementFormTest.php
Tests that access is properly checked by the EntityAutocomplete element.
EntityCrudHookTest::testCommentHooks in core/modules/system/src/Tests/Entity/EntityCrudHookTest.php
Tests hook invocations for CRUD operations on comments.
EntityCrudHookTest::testNodeHooks in core/modules/system/src/Tests/Entity/EntityCrudHookTest.php
Tests hook invocations for CRUD operations on nodes.
EntityFieldTest::createTestEntity in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Creates a test entity.
EntityFieldTest::doTestReadWrite in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Executes the read write test set for a defined entity type.
EntityFieldTest::testEntityConstraintValidation in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Tests validation constraints provided by the Entity API.
EntityQueryRelationshipTest::setUp in core/modules/system/src/Tests/Entity/EntityQueryRelationshipTest.php
Performs setup tasks before each individual test method is run.
EntityReferenceSelectionSortTest::setUp in core/modules/system/src/Tests/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php
Performs setup tasks before each individual test method is run.
EntityRevisionTranslationTest::testNewRevisionAfterTranslation in core/modules/system/src/Tests/Entity/EntityRevisionTranslationTest.php
Tests if the translation object has the right revision id after new revision.
EntityRevisionTranslationTest::testRevertRevisionAfterTranslation in core/modules/system/src/Tests/Entity/EntityRevisionTranslationTest.php
Tests if the translation object has the right revision id after new revision.
EntityTypeConstraintValidatorTest::testValidation in core/modules/system/src/Tests/Entity/EntityTypeConstraintValidatorTest.php
Tests the EntityTypeConstraintValidator.
EntityValidationTest::createTestEntity in core/modules/system/src/Tests/Entity/EntityValidationTest.php
Creates a test entity.
FilterAPITest::testTypedDataAPI in core/modules/filter/src/Tests/FilterAPITest.php
Tests the function of the typed data type.
MessageEntityTest::testMessageMethods in core/modules/contact/src/Tests/MessageEntityTest.php
Test some of the methods.
NodeConditionTest::testConditions in core/modules/node/src/Tests/Condition/NodeConditionTest.php
Tests conditions.
NodeFieldAccessTest::testAccessToAdministrativeFields in core/modules/node/src/Tests/NodeFieldAccessTest.php
Test permissions on nodes status field.
NodeFieldOverridesTest::setUp in core/modules/node/src/Tests/NodeFieldOverridesTest.php
Performs setup tasks before each individual test method is run.
NodeOwnerTest::testOwner in core/modules/node/src/Tests/NodeOwnerTest.php
Tests node owner functionality.
NodeTokenReplaceTest::testNodeTokenReplacement in core/modules/node/src/Tests/NodeTokenReplaceTest.php
Creates a node, then tests the tokens generated from it.
NodeValidationTest::testValidation in core/modules/node/src/Tests/NodeValidationTest.php
Tests the node validation constraints.
UserEntityReferenceTest::testUserSelectionByRole in core/modules/user/src/Tests/UserEntityReferenceTest.php
Tests user selection by roles.
ValidReferenceConstraintValidatorTest::testValidation in core/modules/system/src/Tests/Entity/ValidReferenceConstraintValidatorTest.php
Tests the ValidReferenceConstraintValidator.