| ContentImportTest::$adminAccount |
property |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php |
The admin account. |
| ContentImportTest::$contentDir |
property |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php |
The directory with the source data. |
| ContentImportTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php |
The theme to install as the default for testing. |
| ContentImportTest::$modules |
property |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php |
Modules to install. |
| ContentImportTest::assertContentWasImported |
function |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php |
Asserts that the default content was imported as expected. |
| ContentImportTest::setUp |
function |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php |
|
| ContentImportTest::testDirectContentImport |
function |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php |
Tests importing content directly, via the API. |
| ContentImportTest::testDirectContentImportWithDifferentUser |
function |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php |
Tests importing content directly, via the API, with a different user. |
| ContentImportTest::testEntityValidationIsTriggered |
function |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php |
Tests that the importer validates entities before saving them. |
| ContentImportTest::testPreImportEvent |
function |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php |
Tests that the pre-import event allows skipping certain entities. |
| ContentLanguageSettingsJsonAnonTest |
class |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php |
Tests Content Language Settings Json Anon. |
| ContentLanguageSettingsJsonAnonTest.php |
file |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php |
|
| ContentLanguageSettingsJsonAnonTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php |
The theme to install as the default for testing. |
| ContentLanguageSettingsJsonAnonTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php |
The format to use in this test. |
| ContentLanguageSettingsJsonAnonTest::$mimeType |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php |
The MIME type that corresponds to $format. |
| ContentLanguageSettingsJsonBasicAuthTest |
class |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
Tests Content Language Settings Json Basic Auth. |
| ContentLanguageSettingsJsonBasicAuthTest.php |
file |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
|
| ContentLanguageSettingsJsonBasicAuthTest::$auth |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| ContentLanguageSettingsJsonBasicAuthTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| ContentLanguageSettingsJsonBasicAuthTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
The format to use in this test. |
| ContentLanguageSettingsJsonBasicAuthTest::$mimeType |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
| ContentLanguageSettingsJsonBasicAuthTest::$modules |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
Modules to install. |
| ContentLanguageSettingsJsonCookieTest |
class |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php |
Tests Content Language Settings Json Cookie. |
| ContentLanguageSettingsJsonCookieTest.php |
file |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php |
|
| ContentLanguageSettingsJsonCookieTest::$auth |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php |
The authentication mechanism to use in this test. |
| ContentLanguageSettingsJsonCookieTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php |
The theme to install as the default for testing. |
| ContentLanguageSettingsJsonCookieTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php |
The format to use in this test. |
| ContentLanguageSettingsJsonCookieTest::$mimeType |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php |
The MIME type that corresponds to $format. |
| ContentLanguageSettingsResourceTestBase |
class |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
Resource test base for the ContentLanguageSettings entity. |
| ContentLanguageSettingsResourceTestBase.php |
file |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
|
| ContentLanguageSettingsResourceTestBase::$entity |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
|
| ContentLanguageSettingsResourceTestBase::$entityTypeId |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
The tested entity type. |
| ContentLanguageSettingsResourceTestBase::$modules |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
Modules to install. |
| ContentLanguageSettingsResourceTestBase::createEntity |
function |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
Creates the entity to be tested. |
| ContentLanguageSettingsResourceTestBase::getExpectedCacheContexts |
function |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
The expected cache contexts for the GET/HEAD response of the test entity. |
| ContentLanguageSettingsResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
Returns the expected normalization of the entity. |
| ContentLanguageSettingsResourceTestBase::getNormalizedPostEntity |
function |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
Returns the normalized POST entity. |
| ContentLanguageSettingsResourceTestBase::setUpAuthorization |
function |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
Sets up the necessary authorization. |
| ContentLanguageSettingsTest |
class |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
JSON:API integration test for "ContentLanguageSettings" config entity type. |
| ContentLanguageSettingsTest.php |
file |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
|
| ContentLanguageSettingsTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
The theme to install as the default for testing. |
| ContentLanguageSettingsTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
|
| ContentLanguageSettingsTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
The tested entity type. |
| ContentLanguageSettingsTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
Modules to install. |
| ContentLanguageSettingsTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
The name of the tested JSON:API resource type. |
| ContentLanguageSettingsTest::createAnotherEntity |
function |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
Creates another entity to be tested. |
| ContentLanguageSettingsTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
Creates the entity to be tested. |
| ContentLanguageSettingsTest::getExpectedCacheContexts |
function |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
The expected cache contexts for the GET/HEAD response of the test entity. |
| ContentLanguageSettingsTest::getExpectedCollectionCacheability |
function |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
Computes the cacheability for a given entity collection. |
| ContentLanguageSettingsTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
Returns the expected JSON:API document for the entity. |