| RoleTest |
class |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/RoleTest.php |
Tests the d6_user_role source plugin. |
| RoleTest |
class |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/RoleTest.php |
Tests the d7_user_role source plugin. |
| RoleTest |
class |
core/modules/jsonapi/tests/src/Functional/RoleTest.php |
JSON:API integration test for the "Role" config entity type. |
| RoleTest.php |
file |
core/modules/jsonapi/tests/src/Functional/RoleTest.php |
|
| RoleTest.php |
file |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/RoleTest.php |
|
| RoleTest.php |
file |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/RoleTest.php |
|
| RoleTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/RoleTest.php |
The theme to install as the default for testing. |
| RoleTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/RoleTest.php |
|
| RoleTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/RoleTest.php |
The tested entity type. |
| RoleTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/RoleTest.php |
Modules to install. |
| RoleTest::$modules |
property |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/RoleTest.php |
Modules to install. |
| RoleTest::$modules |
property |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/RoleTest.php |
Modules to install. |
| RoleTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/RoleTest.php |
The name of the tested JSON:API resource type. |
| RoleTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/RoleTest.php |
Creates the entity to be tested. |
| RoleTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/RoleTest.php |
Returns the expected JSON:API document for the entity. |
| RoleTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/RoleTest.php |
Returns the JSON:API POST document. |
| RoleTest::providerSource |
function |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/RoleTest.php |
|
| RoleTest::providerSource |
function |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/RoleTest.php |
|
| RoleTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/RoleTest.php |
Sets up the necessary authorization. |
| RoleUserTestBase |
class |
core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php |
Provides a base class for user role action tests. |
| RoleUserTestBase.php |
file |
core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php |
|
| RoleUserTestBase::$account |
property |
core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php |
The mocked account. |
| RoleUserTestBase::$userRoleEntityType |
property |
core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php |
The user role entity type. |
| RoleUserTestBase::setUp |
function |
core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php |
|
| RoleValidationTest |
class |
core/modules/user/tests/src/Kernel/RoleValidationTest.php |
Tests validation of user_role entities. |
| RoleValidationTest.php |
file |
core/modules/user/tests/src/Kernel/RoleValidationTest.php |
|
| RoleValidationTest::$modules |
property |
core/modules/user/tests/src/Kernel/RoleValidationTest.php |
Modules to install. |
| RoleValidationTest::setUp |
function |
core/modules/user/tests/src/Kernel/RoleValidationTest.php |
|
| RoleXmlAnonTest |
class |
core/modules/user/tests/src/Functional/Rest/RoleXmlAnonTest.php |
@group rest |
| RoleXmlAnonTest.php |
file |
core/modules/user/tests/src/Functional/Rest/RoleXmlAnonTest.php |
|
| RoleXmlAnonTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/Rest/RoleXmlAnonTest.php |
The theme to install as the default for testing. |
| RoleXmlAnonTest::$format |
property |
core/modules/user/tests/src/Functional/Rest/RoleXmlAnonTest.php |
The format to use in this test. |
| RoleXmlAnonTest::$mimeType |
property |
core/modules/user/tests/src/Functional/Rest/RoleXmlAnonTest.php |
The MIME type that corresponds to $format. |
| RoleXmlBasicAuthTest |
class |
core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php |
@group rest |
| RoleXmlBasicAuthTest.php |
file |
core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php |
|
| RoleXmlBasicAuthTest::$auth |
property |
core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
| RoleXmlBasicAuthTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php |
The theme to install as the default for testing. |
| RoleXmlBasicAuthTest::$format |
property |
core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php |
The format to use in this test. |
| RoleXmlBasicAuthTest::$mimeType |
property |
core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
| RoleXmlBasicAuthTest::$modules |
property |
core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php |
Modules to install. |
| RoleXmlCookieTest |
class |
core/modules/user/tests/src/Functional/Rest/RoleXmlCookieTest.php |
@group rest |
| RoleXmlCookieTest.php |
file |
core/modules/user/tests/src/Functional/Rest/RoleXmlCookieTest.php |
|
| RoleXmlCookieTest::$auth |
property |
core/modules/user/tests/src/Functional/Rest/RoleXmlCookieTest.php |
The authentication mechanism to use in this test. |
| RoleXmlCookieTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/Rest/RoleXmlCookieTest.php |
The theme to install as the default for testing. |
| RoleXmlCookieTest::$format |
property |
core/modules/user/tests/src/Functional/Rest/RoleXmlCookieTest.php |
The format to use in this test. |
| RoleXmlCookieTest::$mimeType |
property |
core/modules/user/tests/src/Functional/Rest/RoleXmlCookieTest.php |
The MIME type that corresponds to $format. |
| RollbackFieldInstanceTest |
class |
core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldInstanceTest.php |
Migrates and rolls back Drupal 7 fields. |
| RollbackFieldInstanceTest.php |
file |
core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldInstanceTest.php |
|
| RollbackFieldInstanceTest::executeRollback |
function |
core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldInstanceTest.php |
Executes a single rollback. |
| RollbackFieldInstanceTest::testFieldInstances |
function |
core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldInstanceTest.php |
Tests migrating D7 fields to field_storage_config entities, then rolling back. |