12 calls to EntityUnitTestBase::createUser()

EntityAccessTest::testEntityAccess in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php
Ensures entity access is properly working.
EntityAccessTest::testEntityAccessDefaultController in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php
Ensures that the default controller is used as a fallback.
EntityAccessTest::testEntityTranslationAccess in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php
Ensures entity access for entity translations is properly working.
EntityApiTest::testCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiTest.php
Tests basic CRUD functionality of the Entity API.
EntityBCDecoratorTest::testBCDecorator in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityBCDecoratorTest.php
Tests using the entity BC decorator with entity properties.
EntityCrudHookTest::testCommentHooks in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php
Tests hook invocations for CRUD operations on comments.
EntityCrudHookTest::testNodeHooks in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php
Tests hook invocations for CRUD operations on nodes.
EntityFieldTest::assertReadWrite in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php
Executes the read write test set for a defined entity type.
EntityFieldTest::createTestEntity in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php
Creates a test entity.
EntityFieldTest::testEntityConstraintValidation in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php
Tests validation constraints provided by the Entity API.
EntityQueryRelationshipTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php
Sets up Drupal unit test environment.
EntityValidationTest::createTestEntity in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityValidationTest.php
Creates a test entity.