| ProcessFieldTest::$migration |
property |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
|
| ProcessFieldTest::$row |
property |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
|
| ProcessFieldTest::providerTestTransform |
function |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
Provides data for the transform method test. |
| ProcessFieldTest::setUp |
function |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
|
| ProcessFieldTest::testTransform |
function |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
Tests the transform method. |
| ProcessingTest |
class |
core/modules/system/tests/src/FunctionalJavascript/Batch/ProcessingTest.php |
@group Batch |
| ProcessingTest |
class |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batch processing in form and non-form workflow. |
| ProcessingTest.php |
file |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
|
| ProcessingTest.php |
file |
core/modules/system/tests/src/FunctionalJavascript/Batch/ProcessingTest.php |
|
| ProcessingTest::$defaultTheme |
property |
core/modules/system/tests/src/FunctionalJavascript/Batch/ProcessingTest.php |
@todo Use the stark theme in https://drupal.org/i/3407067. |
| ProcessingTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
The theme to install as the default for testing. |
| ProcessingTest::$modules |
property |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Modules to install. |
| ProcessingTest::$modules |
property |
core/modules/system/tests/src/FunctionalJavascript/Batch/ProcessingTest.php |
Modules to install. |
| ProcessingTest::assertBatchMessages |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Triggers a pass if the texts were found in order in the raw content. |
| ProcessingTest::testBatchForm |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batches defined in a form submit handler. |
| ProcessingTest::testBatchFormMultipleBatches |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batches defined in different submit handlers on the same form. |
| ProcessingTest::testBatchFormMultistep |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batches defined in a multistep form. |
| ProcessingTest::testBatchFormProgrammatic |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batches defined in a programmatically submitted form. |
| ProcessingTest::testBatchLargePercentage |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batches that return $context['finished'] > 1 do in fact complete. |
| ProcessingTest::testBatchNoForm |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batches triggered outside of form submission. |
| ProcessingTest::testBatchRedirectFinishedCallback |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batches that redirect in the batch finished callback. |
| ProcessingTest::testDrupalFormSubmitInBatch |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests form submission during a batch operation. |
| ProcessingTest::testLinkToErrorPageAppears |
function |
core/modules/system/tests/src/FunctionalJavascript/Batch/ProcessingTest.php |
Tests that a link to the error page is shown. |
| ProcessingTest::_resultMessages |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Returns expected result messages for the test batches. |
| ProcessingTest::_resultStack |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Returns expected execution stacks for the test batches. |
| ProcessPluginBaseTest |
class |
core/modules/migrate/tests/src/Unit/process/ProcessPluginBaseTest.php |
Tests the base process plugin class. |
| ProcessPluginBaseTest.php |
file |
core/modules/migrate/tests/src/Unit/process/ProcessPluginBaseTest.php |
|
| ProcessPluginBaseTest::testStopPipeline |
function |
core/modules/migrate/tests/src/Unit/process/ProcessPluginBaseTest.php |
Tests stopping the pipeline. |
| ProfileFieldCheckRequirementsTest |
class |
core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php |
Tests check requirements for profile_field source plugin. |
| ProfileFieldCheckRequirementsTest |
class |
core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php |
Tests check requirements for profile_field source plugin. |
| ProfileFieldCheckRequirementsTest.php |
file |
core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php |
|
| ProfileFieldCheckRequirementsTest.php |
file |
core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php |
|
| ProfileFieldCheckRequirementsTest::setUp |
function |
core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php |
|
| ProfileFieldCheckRequirementsTest::setUp |
function |
core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php |
|
| ProfileFieldCheckRequirementsTest::testCheckRequirements |
function |
core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php |
Tests exception is thrown when profile_fields tables do not exist. |
| ProfileFieldCheckRequirementsTest::testCheckRequirements |
function |
core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php |
Tests exception is thrown when profile_fields tables do not exist. |
| ProfileFieldOptionTranslationTest |
class |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php |
Tests the field option translation source plugin. |
| ProfileFieldOptionTranslationTest.php |
file |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php |
|
| ProfileFieldOptionTranslationTest::$modules |
property |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php |
Modules to install. |
| ProfileFieldOptionTranslationTest::providerSource |
function |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php |
|
| ProfileFieldTest |
class |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php |
Tests the profile_field source plugin. |
| ProfileFieldTest.php |
file |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php |
|
| ProfileFieldTest::$modules |
property |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php |
Modules to install. |
| ProfileFieldTest::providerSource |
function |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php |
|
| ProfileFieldTranslationTest |
class |
core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php |
Tests the i18nProfileField source plugin. |
| ProfileFieldTranslationTest.php |
file |
core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php |
|
| ProfileFieldTranslationTest::$modules |
property |
core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php |
Modules to install. |
| ProfileFieldTranslationTest::providerSource |
function |
core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php |
|
| ProfileFieldValuesTest |
class |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php |
Tests the d6_profile_field_values source plugin. |
| ProfileFieldValuesTest.php |
file |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php |
|