| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| UrlAlterFunctionalTest::$defaultTheme |
property |
core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php |
|
| UrlAlterFunctionalTest::$modules |
property |
core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php |
|
| UrlAlterFunctionalTest::assertUrlInboundAlter |
function |
core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php |
Assert that an inbound path is altered to an expected value. |
| UrlAlterFunctionalTest::assertUrlOutboundAlter |
function |
core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php |
Assert that an outbound path is altered to an expected value. |
| UrlAlterFunctionalTest::testUrlAlter |
function |
core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php |
Tests that URL altering works and that it occurs in the correct order. |
| UrlAlterTest |
class |
core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php |
Tests the capability to alter URLs. |
| UrlAlterTest.php |
file |
core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php |
|
| UrlAlterTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php |
|
| UrlAlterTest::testUrlWithQueryString |
function |
core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php |
Tests altering outbound query string. |
| UrlBubbleableMetadataBubblingTest |
class |
core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php |
Tests that URL bubbleable metadata is correctly bubbled. |