| responsive_image_test_module.schema.yml |
file |
core/modules/responsive_image/tests/modules/responsive_image_test_module/config/schema/responsive_image_test_module.schema.yml |
core/modules/responsive_image/tests/modules/responsive_image_test_module/config/schema/responsive_image_test_module.schema.yml |
| RestExportAuthTest |
class |
core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php |
Tests authentication for REST display. |
| RestExportAuthTest.php |
file |
core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php |
|
| RestExportAuthTest::$defaultTheme |
property |
core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php |
|
| RestExportAuthTest::$modules |
property |
core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php |
|
| RestExportAuthTest::setUp |
function |
core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php |
|
| RestExportAuthTest::testAuthProvidersOptions |
function |
core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php |
Checks that correct authentication providers are available for choosing. |
| RestExportJsonApiUnsupportedTest |
class |
core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php |
Ensures that the 'api_json' format is not supported by the REST module. |
| RestExportJsonApiUnsupportedTest.php |
file |
core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php |
|
| RestExportJsonApiUnsupportedTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php |
|
| RestExportJsonApiUnsupportedTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php |
|
| RestExportJsonApiUnsupportedTest::$testViews |
property |
core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php |
|
| RestExportJsonApiUnsupportedTest::setUp |
function |
core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php |
|
| RestExportJsonApiUnsupportedTest::testFormatOptions |
function |
core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php |
Tests that 'api_json' is not a RestExport format option. |
| RestExportTest |
class |
core/modules/rest/tests/src/Kernel/Views/RestExportTest.php |
Tests the REST export view display plugin. |
| RestExportTest.php |
file |
core/modules/rest/tests/src/Kernel/Views/RestExportTest.php |
|
| RestExportTest::$modules |
property |
core/modules/rest/tests/src/Kernel/Views/RestExportTest.php |
|
| RestExportTest::$testViews |
property |
core/modules/rest/tests/src/Kernel/Views/RestExportTest.php |
|
| RestExportTest::setUp |
function |
core/modules/rest/tests/src/Kernel/Views/RestExportTest.php |
|
| RestExportTest::testBuildResponse |
function |
core/modules/rest/tests/src/Kernel/Views/RestExportTest.php |
Tests build response. |
| RestJsonApiUnsupportedTest |
class |
core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php |
Ensures that the 'api_json' format is not supported by the REST module. |
| RestJsonApiUnsupportedTest.php |
file |
core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php |
|
| RestJsonApiUnsupportedTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php |
The theme to install as the default for testing. |
| RestJsonApiUnsupportedTest::$format |
property |
core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php |
The format to use in this test. |
| RestJsonApiUnsupportedTest::$mimeType |
property |
core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php |
The MIME type that corresponds to $format. |
| RestJsonApiUnsupportedTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php |
Modules to install. |
| RestJsonApiUnsupportedTest::$resourceConfigId |
property |
core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php |
The REST Resource Config entity ID under test (i.e. a resource type). |
| RestJsonApiUnsupportedTest::assertNormalizationEdgeCases |
function |
core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php |
Asserts normalization-specific edge cases. |
| RestJsonApiUnsupportedTest::getExpectedUnauthorizedAccessCacheability |
function |
core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php |
Returns the expected cacheability of an unauthorized access response. |
| RestJsonApiUnsupportedTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php |
Return the expected error message. |
| RestJsonApiUnsupportedTest::setUp |
function |
core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php |
|
| RestJsonApiUnsupportedTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php |
Sets up the necessary authorization. |
| RestJsonApiUnsupportedTest::testApiJsonNotSupportedInRest |
function |
core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php |
Deploying a REST resource using api_json format results in 400 responses. |
| RestLoginHttpTest |
class |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Tests login and password reset via direct HTTP. |
| RestLoginHttpTest.php |
file |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
|
| RestLoginHttpTest::$cookies |
property |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
The cookie jar. |
| RestLoginHttpTest::$defaultTheme |
property |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
The theme to install as the default for testing. |
| RestLoginHttpTest::$modules |
property |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Modules to install. |
| RestLoginHttpTest::$serializer |
property |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
The serializer. |
| RestLoginHttpTest::assertHttpResponse |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Checks a response for status code and body. |
| RestLoginHttpTest::assertHttpResponseWithMessage |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Checks a response for status code and message. |
| RestLoginHttpTest::doTestGlobalLoginFloodControl |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Tests the global login flood control for a given serialization format. |
| RestLoginHttpTest::doTestLogin |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Do login testing for a given serialization format. |
| RestLoginHttpTest::doTestLogoutCsrfProtection |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Tests csrf protection of User Logout route for given serialization format. |
| RestLoginHttpTest::doTestPasswordReset |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Do password reset testing for given format and account. |
| RestLoginHttpTest::doTestPerUserLoginFloodControl |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Tests the per-user login flood control for a given serialization format. |
| RestLoginHttpTest::getLoginStatusUrlString |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Gets the URL string for checking login for a given serialization format. |
| RestLoginHttpTest::getResultValue |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Gets a value for a given key from the response. |
| RestLoginHttpTest::loginFromResetEmail |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Login from reset password email. |
| RestLoginHttpTest::loginRequest |
function |
core/modules/rest/tests/src/Functional/RestLoginHttpTest.php |
Executes a login HTTP request for a given serialization format. |