| ProcessFieldTest::$migrateExecutable |
property |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
The migration executable. |
| ProcessFieldTest::$migration |
property |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
The migration. |
| ProcessFieldTest::$row |
property |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
The row object. |
| 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 |
Tests Processing. |
| 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 |
|
| ProcessingTest::$modules |
property |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
|
| ProcessingTest::$modules |
property |
core/modules/system/tests/src/FunctionalJavascript/Batch/ProcessingTest.php |
|
| 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. |
| ProcessOutputCallbackTest |
class |
core/modules/package_manager/tests/src/Unit/ProcessOutputCallbackTest.php |
Tests Process Output Callback. |
| ProcessOutputCallbackTest.php |
file |
core/modules/package_manager/tests/src/Unit/ProcessOutputCallbackTest.php |
|
| ProcessOutputCallbackTest::testCallback |
function |
core/modules/package_manager/tests/src/Unit/ProcessOutputCallbackTest.php |
Tests the full lifecycle of a ProcessOutputCallback object. |
| ProcessOutputCallbackTest::testErrorOutputOnly |
function |
core/modules/package_manager/tests/src/Unit/ProcessOutputCallbackTest.php |
Tests what happens when there is error output only. |
| ProcessOutputCallbackTest::testInvalidJson |
function |
core/modules/package_manager/tests/src/Unit/ProcessOutputCallbackTest.php |
Tests what happens when the output buffer has invalid JSON. |
| 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. |
| ProfileAutoUninstallFailureTest |
class |
core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallFailureTest.php |
Tests that profile-provided dependencies thwart auto-uninstall. |
| ProfileAutoUninstallFailureTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallFailureTest.php |
|
| ProfileAutoUninstallFailureTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallFailureTest.php |
|
| ProfileAutoUninstallFailureTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallFailureTest.php |
|
| ProfileAutoUninstallFailureTest::setUpSite |
function |
core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallFailureTest.php |
|
| ProfileAutoUninstallFailureTest::testAutomaticUninstallFailure |
function |
core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallFailureTest.php |
Tests that the profile cannot be automatically uninstalled. |
| ProfileAutoUninstallTest |
class |
core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallTest.php |
Tests automatically uninstalling a profile that opts into it. |
| ProfileAutoUninstallTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallTest.php |
|
| ProfileAutoUninstallTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallTest.php |
|
| ProfileAutoUninstallTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallTest.php |
|
| ProfileAutoUninstallTest::testAutomaticUninstall |
function |
core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallTest.php |
Tests that the profile was automatically uninstalled. |
| 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/d7/ProfileFieldCheckRequirementsTest.php |
|
| ProfileFieldCheckRequirementsTest.php |
file |
core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php |
|
| ProfileFieldCheckRequirementsTest::setUp |
function |
core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php |
|