BundleClassTest::testAmbiguousBundleClassExceptionEntityTypeRepository |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
Checks exception is thrown if two entity types share the same bundle class. |
BundleClassTest::testBundleClassShouldExist |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
Checks exception thrown if a bundle class doesn't exist. |
BundleClassTest::testBundleClassShouldExtendEntityClass |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
Checks exception thrown if a bundle class doesn't extend the entity class. |
BundleClassTest::testEntityClassNotTakenFromActiveDefinitions |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
Tests that a module can override an entity-type class. |
BundleClassTest::testEntityNoBundleSubclass |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
Tests making use of a custom bundle class for an entity without bundles. |
BundleClassTest::testEntitySubclass |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
Tests making use of a custom bundle class. |
BundleClassTest::testNoAmbiguousBundleClassExceptionSharingEntityClass |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
Checks that no exception is thrown when two bundles share an entity class. |
BundleConstraintValidatorTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php |
Tests validation constraints for BundleConstraintValidator. |
BundleConstraintValidatorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php |
|
BundleConstraintValidatorTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php |
Modules to install. |
BundleConstraintValidatorTest::$typedDataManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php |
The typed data manager to use. |
BundleConstraintValidatorTest::assertValidation |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php |
Executes the BundleConstraintValidator test for a given bundle. |
BundleConstraintValidatorTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php |
|
BundleConstraintValidatorTest::testValidation |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php |
Tests bundle constraint validation. |
BundlePermissionHandlerTraitTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/BundlePermissionHandlerTraitTest.php |
Tests Drupal\Core\Entity\BundlePermissionHandlerTrait. |
BundlePermissionHandlerTraitTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/BundlePermissionHandlerTraitTest.php |
|
BundlePermissionHandlerTraitTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/BundlePermissionHandlerTraitTest.php |
Modules to install. |
BundlePermissionHandlerTraitTest::buildPermissions |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundlePermissionHandlerTraitTest.php |
|
BundlePermissionHandlerTraitTest::testGeneratePermissions |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundlePermissionHandlerTraitTest.php |
Tests generate permissions. |
ByteSizeMarkupTest |
class |
core/tests/Drupal/Tests/Core/StringTranslation/ByteSizeMarkupTest.php |
Tests Drupal\Core\StringTranslation\ByteSizeMarkup. |
ByteSizeMarkupTest.php |
file |
core/tests/Drupal/Tests/Core/StringTranslation/ByteSizeMarkupTest.php |
|
ByteSizeMarkupTest::providerTestCommonFormatSize |
function |
core/tests/Drupal/Tests/Core/StringTranslation/ByteSizeMarkupTest.php |
Provides a list of byte size to test. |
ByteSizeMarkupTest::testCommonFormatSize |
function |
core/tests/Drupal/Tests/Core/StringTranslation/ByteSizeMarkupTest.php |
Tests common format size. |
ByteSizeMarkupTest::testTranslatableMarkupObject |
function |
core/tests/Drupal/Tests/Core/StringTranslation/ByteSizeMarkupTest.php |
Tests translatable markup object. |
BytesTest |
class |
core/tests/Drupal/Tests/Component/Utility/BytesTest.php |
Tests bytes size parsing helper methods. |
BytesTest.php |
file |
core/tests/Drupal/Tests/Component/Utility/BytesTest.php |
|
BytesTest::providerTestToNumber |
function |
core/tests/Drupal/Tests/Component/Utility/BytesTest.php |
Provides data for testToNumber(). |
BytesTest::providerTestValidate |
function |
core/tests/Drupal/Tests/Component/Utility/BytesTest.php |
Provides data for testValidate(). |
BytesTest::testToNumber |
function |
core/tests/Drupal/Tests/Component/Utility/BytesTest.php |
Tests \Drupal\Component\Utility\Bytes::toNumber(). |
BytesTest::testValidate |
function |
core/tests/Drupal/Tests/Component/Utility/BytesTest.php |
Tests \Drupal\Component\Utility\Bytes::validate(). |
CacheabilityMetadataConfigOverrideIntegrationTest |
class |
core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php |
Tests if configuration overrides correctly affect cacheability metadata. |
CacheabilityMetadataConfigOverrideIntegrationTest.php |
file |
core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php |
|
CacheabilityMetadataConfigOverrideIntegrationTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php |
The theme to install as the default for testing. |
CacheabilityMetadataConfigOverrideIntegrationTest::$modules |
property |
core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php |
Modules to install. |
CacheabilityMetadataConfigOverrideIntegrationTest::setUp |
function |
core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php |
|
CacheabilityMetadataConfigOverrideIntegrationTest::testConfigOverride |
function |
core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php |
Tests if config overrides correctly set cacheability metadata. |
CacheabilityMetadataConfigOverrideTest |
class |
core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php |
Tests if configuration overrides correctly affect cacheability metadata. |
CacheabilityMetadataConfigOverrideTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php |
|
CacheabilityMetadataConfigOverrideTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php |
Modules to install. |
CacheabilityMetadataConfigOverrideTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php |
|
CacheabilityMetadataConfigOverrideTest::testConfigEntityOverride |
function |
core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php |
Tests if config overrides set cacheability metadata on config entities. |
CacheabilityMetadataConfigOverrideTest::testConfigOverride |
function |
core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php |
Tests if config overrides correctly set cacheability metadata. |
CacheableExceptionTest |
class |
core/tests/Drupal/Tests/Core/Http/CacheableExceptionTest.php |
Tests Cacheable Exception. |
CacheableExceptionTest.php |
file |
core/tests/Drupal/Tests/Core/Http/CacheableExceptionTest.php |
|
CacheableExceptionTest::providerTestExceptions |
function |
core/tests/Drupal/Tests/Core/Http/CacheableExceptionTest.php |
|
CacheableExceptionTest::testCacheableHttpException |
function |
core/tests/Drupal/Tests/Core/Http/CacheableExceptionTest.php |
Tests cacheable http exception. |
CacheableExceptionTest::testExceptions |
function |
core/tests/Drupal/Tests/Core/Http/CacheableExceptionTest.php |
Tests exceptions. |
CacheableMetadataCalculationTest |
class |
core/modules/views/tests/src/Kernel/CacheableMetadataCalculationTest.php |
Tests that cacheability metadata is only calculated when needed. |
CacheableMetadataCalculationTest |
class |
core/modules/views/tests/modules/views_test_cacheable_metadata_calculation/src/Plugin/views/access/CacheableMetadataCalculationTest.php |
Tests plugin that reports when cacheable metadata is being calculated. |
CacheableMetadataCalculationTest.php |
file |
core/modules/views/tests/modules/views_test_cacheable_metadata_calculation/src/Plugin/views/access/CacheableMetadataCalculationTest.php |
|