| ReservedWordTest::testSelectReservedWordAliasCount |
function |
core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php |
Tests SELECT count query from a table with a reserved alias. |
| ReservedWordTest::testSelectReservedWordAliasSpecificFields |
function |
core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php |
Tests SELECT query with specific fields from a table with a reserved alias. |
| ReservedWordTest::testSelectReservedWordTableAllFields |
function |
core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php |
Tests SELECT query with all fields from a table with a reserved name. |
| ReservedWordTest::testSelectReservedWordTableCount |
function |
core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php |
Tests SELECT count query from a table with a reserved name. |
| ReservedWordTest::testSelectReservedWordTableSpecificField |
function |
core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php |
Tests SELECT query with a specific field from a table with a reserved name. |
| ResettableStaticTest |
class |
core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php |
Tests that drupal_static() and drupal_static_reset() work. |
| ResettableStaticTest.php |
file |
core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php |
|
| ResettableStaticTest::testDrupalStatic |
function |
core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php |
Tests drupal_static() function. |
| ResolvedLibraryDefinitionsFilesMatchTest |
class |
core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php |
Tests that the asset files for all core libraries exist. |
| ResolvedLibraryDefinitionsFilesMatchTest.php |
file |
core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php |
|
| ResolvedLibraryDefinitionsFilesMatchTest::$allModules |
property |
core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php |
A list of all core modules. |
| ResolvedLibraryDefinitionsFilesMatchTest::$allThemes |
property |
core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php |
A list of all core themes. |
| ResolvedLibraryDefinitionsFilesMatchTest::$librariesToSkip |
property |
core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php |
A list of libraries to skip checking, in the format extension/library_name. |
| ResolvedLibraryDefinitionsFilesMatchTest::$libraryDiscovery |
property |
core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php |
The library discovery service. |
| ResolvedLibraryDefinitionsFilesMatchTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php |
Modules to install. |
| ResolvedLibraryDefinitionsFilesMatchTest::$pathsChecked |
property |
core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php |
A list of all paths that have been checked. |
| ResolvedLibraryDefinitionsFilesMatchTest::$themeHandler |
property |
core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php |
The theme handler. |
| ResolvedLibraryDefinitionsFilesMatchTest::$themeInitialization |
property |
core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php |
The theme initialization. |
| ResolvedLibraryDefinitionsFilesMatchTest::$themeManager |
property |
core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php |
The theme manager. |
| ResolvedLibraryDefinitionsFilesMatchTest::assertLibraries |
function |
core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php |
Asserts the libraries for modules and themes exist. |
| ResolvedLibraryDefinitionsFilesMatchTest::getAllLibraries |
function |
core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php |
Gets all libraries for core and all installed modules. |
| ResolvedLibraryDefinitionsFilesMatchTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php |
|
| ResolvedLibraryDefinitionsFilesMatchTest::testCoreLibraryCompleteness |
function |
core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php |
Ensures that all core module and theme library files exist. |
| ResolvedLibraryDefinitionsFilesMatchTest::testCoreLibraryCompletenessDeprecated |
function |
core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php |
Ensures that module and theme library files exist for a deprecated modules. |
| ResolvedLibraryDefinitionsFilesMatchTest::verifyLibraryFilesExist |
function |
core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php |
Checks that all the library files exist. |
| ResourceFetcherTest |
class |
core/modules/media/tests/src/Functional/ResourceFetcherTest.php |
Tests the oEmbed resource fetcher service. |
| ResourceFetcherTest |
class |
core/modules/media/tests/src/Unit/ResourceFetcherTest.php |
Tests Drupal\media\OEmbed\ResourceFetcher. |
| ResourceFetcherTest.php |
file |
core/modules/media/tests/src/Unit/ResourceFetcherTest.php |
|
| ResourceFetcherTest.php |
file |
core/modules/media/tests/src/Functional/ResourceFetcherTest.php |
|
| ResourceFetcherTest::$defaultTheme |
property |
core/modules/media/tests/src/Functional/ResourceFetcherTest.php |
The theme to install as the default for testing. |
| ResourceFetcherTest::providerFetchResource |
function |
core/modules/media/tests/src/Functional/ResourceFetcherTest.php |
Data provider for testFetchResource(). |
| ResourceFetcherTest::setUp |
function |
core/modules/media/tests/src/Functional/ResourceFetcherTest.php |
|
| ResourceFetcherTest::testFetchResource |
function |
core/modules/media/tests/src/Functional/ResourceFetcherTest.php |
Tests resource fetching. |
| ResourceFetcherTest::testFetchTimeout |
function |
core/modules/media/tests/src/Unit/ResourceFetcherTest.php |
Tests that resources are fetched with a hard-coded timeout. |
| ResourceFetcherTest::testUnknownContentTypeHeader |
function |
core/modules/media/tests/src/Unit/ResourceFetcherTest.php |
Tests how the resource fetcher handles unknown Content-Type headers. |
| ResourceIdentifierNormalizerTest |
class |
core/modules/jsonapi/tests/src/Unit/Normalizer/ResourceIdentifierNormalizerTest.php |
Tests Drupal\jsonapi\Normalizer\ResourceIdentifierNormalizer. |
| ResourceIdentifierNormalizerTest.php |
file |
core/modules/jsonapi/tests/src/Unit/Normalizer/ResourceIdentifierNormalizerTest.php |
|
| ResourceIdentifierNormalizerTest::$normalizer |
property |
core/modules/jsonapi/tests/src/Unit/Normalizer/ResourceIdentifierNormalizerTest.php |
The normalizer under test. |
| ResourceIdentifierNormalizerTest::$resourceType |
property |
core/modules/jsonapi/tests/src/Unit/Normalizer/ResourceIdentifierNormalizerTest.php |
The base resource type for testing. |
| ResourceIdentifierNormalizerTest::denormalizeInvalidResourceProvider |
function |
core/modules/jsonapi/tests/src/Unit/Normalizer/ResourceIdentifierNormalizerTest.php |
Data provider for the denormalize test. |
| ResourceIdentifierNormalizerTest::denormalizeProvider |
function |
core/modules/jsonapi/tests/src/Unit/Normalizer/ResourceIdentifierNormalizerTest.php |
Data provider for the denormalize test. |
| ResourceIdentifierNormalizerTest::setUp |
function |
core/modules/jsonapi/tests/src/Unit/Normalizer/ResourceIdentifierNormalizerTest.php |
|
| ResourceIdentifierNormalizerTest::testDenormalize |
function |
core/modules/jsonapi/tests/src/Unit/Normalizer/ResourceIdentifierNormalizerTest.php |
Tests denormalize. |
| ResourceIdentifierNormalizerTest::testDenormalizeInvalidResource |
function |
core/modules/jsonapi/tests/src/Unit/Normalizer/ResourceIdentifierNormalizerTest.php |
Tests denormalize invalid resource. |
| ResourceObjectNormalizerCacherTest |
class |
core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php |
Tests Drupal\jsonapi\EventSubscriber\ResourceObjectNormalizationCacher. |
| ResourceObjectNormalizerCacherTest.php |
file |
core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php |
|
| ResourceObjectNormalizerCacherTest::$cacher |
property |
core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php |
The object under test. |
| ResourceObjectNormalizerCacherTest::$modules |
property |
core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php |
Modules to install. |
| ResourceObjectNormalizerCacherTest::$resourceTypeRepository |
property |
core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php |
The JSON:API resource type repository. |
| ResourceObjectNormalizerCacherTest::$serializer |
property |
core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php |
The JSON:API serializer. |