| Upgrade7Test::testUpgradeAndIncremental |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php |
Executes all steps of migrations upgrade. |
| Upgrade7Test::testUpgradeAndIncremental |
function |
core/modules/contact/tests/src/Functional/migrate_drupal_ui/d7/Upgrade7Test.php |
Executes all steps of migrations upgrade. |
| Upgrade7WithContentModerationTest |
class |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php |
Tests Drupal 7 upgrade using the migrate UI with Content Moderation. |
| Upgrade7WithContentModerationTest.php |
file |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php |
|
| Upgrade7WithContentModerationTest::$modules |
property |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php |
Modules to install. |
| Upgrade7WithContentModerationTest::getEntityCounts |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php |
Gets the expected number of entities per entity type after migration. |
| Upgrade7WithContentModerationTest::setUp |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php |
|
| UploadedFileConstraintValidatorTest |
class |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
Tests the uploaded file validator. |
| UploadedFileConstraintValidatorTest.php |
file |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
|
| UploadedFileConstraintValidatorTest::$filename |
property |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
The file name. |
| UploadedFileConstraintValidatorTest::$maxSize |
property |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
The max 4 MB filesize to use for testing. |
| UploadedFileConstraintValidatorTest::$modules |
property |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
Modules to install. |
| UploadedFileConstraintValidatorTest::$path |
property |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
The temporary file path. |
| UploadedFileConstraintValidatorTest::$validator |
property |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
A validator. |
| UploadedFileConstraintValidatorTest::setUp |
function |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
|
| UploadedFileConstraintValidatorTest::testValidateFail |
function |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
Tests validate fail. |
| UploadedFileConstraintValidatorTest::testValidateSuccess |
function |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
Tests validate success. |
| UploadedFileConstraintValidatorTest::validateProvider |
function |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
Data provider for ::testValidateFail. |
| UploadHelpTest |
class |
core/modules/file/tests/src/Kernel/UploadHelpTest.php |
Tests the output of the file upload help. |
| UploadHelpTest.php |
file |
core/modules/file/tests/src/Kernel/UploadHelpTest.php |
|
| UploadHelpTest::$modules |
property |
core/modules/file/tests/src/Kernel/UploadHelpTest.php |
Modules to install. |
| UploadHelpTest::testUnlimitedFileSize |
function |
core/modules/file/tests/src/Kernel/UploadHelpTest.php |
Verify the size limit text does not appear if the size is unlimited. |
| UploadInstanceTest |
class |
core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php |
Tests D6 d6_upload_instance source plugin. |
| UploadInstanceTest.php |
file |
core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php |
|
| UploadInstanceTest::$modules |
property |
core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php |
Modules to install. |
| UploadInstanceTest::providerSource |
function |
core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php |
Provides source data for ::testSource. |
| UploadTest |
class |
core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php |
Tests D6 d6_upload source plugin. |
| UploadTest.php |
file |
core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php |
|
| UploadTest::$modules |
property |
core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php |
Modules to install. |
| UploadTest::providerSource |
function |
core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php |
Provides source data for ::testSource. |
| UpsertTest |
class |
core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php |
Tests the Upsert query builder. |
| UpsertTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php |
|
| UpsertTest::testCompositeKeyUpsert |
function |
core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php |
Confirms that we can upsert records with composite keys successfully. |
| UpsertTest::testDegeneratedCompositeKeyUpsert |
function |
core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php |
Tests an upsert with a composite key and no columns to update. |
| UpsertTest::testDegeneratedMultiValueUpsert |
function |
core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php |
Tests a multi-value upsert that has no columns to update. |
| UpsertTest::testDegeneratedSingleValueUpsert |
function |
core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php |
Tests a single-value upsert that has no columns to update. |
| UpsertTest::testUpsert |
function |
core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php |
Confirms that we can upsert (update-or-insert) records successfully. |
| UpsertTest::testUpsertNonExistingTable |
function |
core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php |
Upsert on a not existing table throws a DatabaseExceptionWrapper. |
| UpsertTest::testUpsertNullBlob |
function |
core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php |
Tests that we can upsert a null into blob field. |
| UpsertTest::testUpsertWithKeywords |
function |
core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php |
Confirms that we can upsert records with keywords successfully. |
| UriDependentTestImageEffect |
class |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php |
Performs an image operation that depends on the URI of the original image. |
| UriDependentTestImageEffect.php |
file |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php |
|
| UriDependentTestImageEffect::applyEffect |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php |
Applies an image effect to the image object. |
| UriDependentTestImageEffect::getUriDependentDimensions |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php |
Make the image dimensions dependent on the image file extension. |
| UriDependentTestImageEffect::transformDimensions |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php |
Determines the dimensions of the styled image. |
| UriHostValidatorTest |
class |
core/tests/Drupal/KernelTests/Core/Validation/UriHostValidatorTest.php |
Tests the UriHost validator. |
| UriHostValidatorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Validation/UriHostValidatorTest.php |
|
| UriHostValidatorTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Validation/UriHostValidatorTest.php |
Modules to install. |
| UriHostValidatorTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Validation/UriHostValidatorTest.php |
|
| UriHostValidatorTest::testUriHost |
function |
core/tests/Drupal/KernelTests/Core/Validation/UriHostValidatorTest.php |
Tests the UriHost constraint validator. |