| BulkFormTest::loadNode |
function |
core/modules/node/tests/src/Functional/Views/BulkFormTest.php |
Load the specified node from the storage. |
| BulkFormTest::setUp |
function |
core/modules/node/tests/src/Functional/Views/BulkFormTest.php |
Sets up the test. |
| BulkFormTest::setUp |
function |
core/modules/views/tests/src/Functional/BulkFormTest.php |
|
| BulkFormTest::tearDown |
function |
core/modules/views/tests/src/Unit/Plugin/views/field/BulkFormTest.php |
|
| BulkFormTest::testBulkDeletion |
function |
core/modules/node/tests/src/Functional/Views/BulkFormTest.php |
Tests multiple deletion. |
| BulkFormTest::testBulkForm |
function |
core/modules/node/tests/src/Functional/Views/BulkFormTest.php |
Tests the node bulk form. |
| BulkFormTest::testBulkForm |
function |
core/modules/views/tests/src/Functional/BulkFormTest.php |
Tests the bulk form. |
| BulkFormTest::testBulkForm |
function |
core/modules/user/tests/src/Functional/Views/BulkFormTest.php |
Tests the user bulk form. |
| BulkFormTest::testBulkFormCombineFilter |
function |
core/modules/user/tests/src/Functional/Views/BulkFormTest.php |
Tests the user bulk form with a combined field filter on the bulk column. |
| BulkFormTest::testConfirmRouteWithParameters |
function |
core/modules/views/tests/src/Functional/BulkFormTest.php |
Tests that route parameters are passed to the confirmation form route. |
| BulkFormTest::testViewsForm |
function |
core/modules/views/tests/src/Unit/Plugin/views/field/BulkFormTest.php |
Tests views form. |
| BulkOperationsTest |
class |
core/modules/views/tests/src/FunctionalJavascript/Plugin/BulkOperationsTest.php |
Tests the bulk operations. |
| BulkOperationsTest.php |
file |
core/modules/views/tests/src/FunctionalJavascript/Plugin/BulkOperationsTest.php |
|
| BulkOperationsTest::$defaultTheme |
property |
core/modules/views/tests/src/FunctionalJavascript/Plugin/BulkOperationsTest.php |
The theme to install as the default for testing. |
| BulkOperationsTest::$modules |
property |
core/modules/views/tests/src/FunctionalJavascript/Plugin/BulkOperationsTest.php |
Modules to install. |
| BulkOperationsTest::setUp |
function |
core/modules/views/tests/src/FunctionalJavascript/Plugin/BulkOperationsTest.php |
|
| BulkOperationsTest::testBulkOperations |
function |
core/modules/views/tests/src/FunctionalJavascript/Plugin/BulkOperationsTest.php |
Tests views bulk operations. |
| BundleClassTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
Tests entity bundle classes. |
| BundleClassTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
|
| BundleClassTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
Modules to install. |
| BundleClassTest::$storage |
property |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
The entity storage. |
| BundleClassTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
|
| BundleClassTest::testAmbiguousBundleClassExceptionCreate |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
Checks exception is thrown if two bundles share the same bundle class. |
| 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(). |