You are here

namespace Drupal\Tests\migrate_plus\Unit\process in Migrate Plus 8.5

Same name in other branches
  1. 8.2 Drupal\Tests\migrate_plus\Unit\process
  2. 8.3 Drupal\Tests\migrate_plus\Unit\process
  3. 8.4 Drupal\Tests\migrate_plus\Unit\process
Classsort descending Location Description
ArrayPopTest tests/src/Unit/process/ArrayPopTest.php Tests the array pop process plugin.
ArrayShiftTest tests/src/Unit/process/ArrayShiftTest.php Tests the array shift process plugin.
DomApplyStylesTest tests/src/Unit/process/DomApplyStylesTest.php Tests the dom_apply_styles process plugin.
DomMigrationLookupTest tests/src/Unit/process/DomMigrationLookupTest.php Tests the dom_migration_lookup process plugin.
DomRemoveTest tests/src/Unit/process/DomRemoveTest.php Tests the dom_remove process plugin.
DomSelectTest tests/src/Unit/process/DomSelectTest.php Tests the dom_select process plugin.
DomStrReplaceTest tests/src/Unit/process/DomStrReplaceTest.php Tests the dom_str_replace process plugin.
DomTest tests/src/Unit/process/DomTest.php Tests the dom process plugin.
GateTest tests/src/Unit/process/GateTest.php Tests the gate process plugin.
MultipleValuesTest tests/src/Unit/process/MultipleValuesTest.php @coversDefaultClass \Drupal\migrate_plus\Plugin\migrate\process\MultipleValues @group migrate
SingleValueTest tests/src/Unit/process/SingleValueTest.php @coversDefaultClass \Drupal\migrate_plus\Plugin\migrate\process\SingleValue @group migrate
SkipOnValueTest tests/src/Unit/process/SkipOnValueTest.php Tests the skip on value process plugin.
StrReplaceTest tests/src/Unit/process/StrReplaceTest.php Tests the str replace process plugin.
TransliterationTest tests/src/Unit/process/TransliterationTest.php Tests the transliteration process plugin.
TransposeTest tests/src/Unit/process/TransposeTest.php Tests the transpose process plugin.