Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
EntityUnitTestBase.php
»
EntityUnitTestBase
»
EntityUnitTestBase::createUser
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
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.