| 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::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. |
| UriItemTest |
class |
core/tests/Drupal/Tests/Core/Field/UriItemTest.php |
Defines a test for the UriItem field-type. |
| UriItemTest |
class |
core/modules/field/tests/src/Kernel/Uri/UriItemTest.php |
Tests URI field functionality. |
| UriItemTest.php |
file |
core/modules/field/tests/src/Kernel/Uri/UriItemTest.php |
|
| UriItemTest.php |
file |
core/tests/Drupal/Tests/Core/Field/UriItemTest.php |
|
| UriItemTest::$field |
property |
core/modules/field/tests/src/Kernel/Uri/UriItemTest.php |
The field used in this test class. |
| UriItemTest::$fieldStorage |
property |
core/modules/field/tests/src/Kernel/Uri/UriItemTest.php |
A field to use in this test class. |
| UriItemTest::providerMaxLength |
function |
core/tests/Drupal/Tests/Core/Field/UriItemTest.php |
Data provider for maximum-lengths. |
| UriItemTest::testGenerateSampleValue |
function |
core/tests/Drupal/Tests/Core/Field/UriItemTest.php |
Tests generating sample values. |
| UriItemTest::testUriField |
function |
core/modules/field/tests/src/Kernel/Uri/UriItemTest.php |
Tests URI field. |
| UrlAliasTest |
class |
core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php |
Tests the d6_url_alias source plugin. |
| UrlAliasTest |
class |
core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php |
Tests the d7_url_alias source plugin. |
| UrlAliasTest.php |
file |
core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php |
|
| UrlAliasTest.php |
file |
core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php |
|
| UrlAliasTest::$modules |
property |
core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php |
Modules to install. |
| UrlAliasTest::$modules |
property |
core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php |
Modules to install. |
| UrlAliasTest::providerSource |
function |
core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php |
Provides source data for ::testSource. |
| UrlAliasTest::providerSource |
function |
core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php |
Provides source data for ::testSource. |
| UrlAlterFunctionalTest |
class |
core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php |
Tests altering the inbound path and the outbound path. |
| UrlAlterFunctionalTest.php |
file |
core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php |
|