You are here

namespace Drupal\Tests\migrate\Unit\process in Zircon Profile 8.0

Same name in other branches
  1. 8 Drupal\Tests\migrate\Unit\process
Classsort descending Location Description
CallbackTest core/modules/migrate/tests/src/Unit/process/CallbackTest.php Tests the callback process plugin.
ConcatTest core/modules/migrate/tests/src/Unit/process/ConcatTest.php Tests the concat process plugin.
DedupeEntityTest core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php @coversDefaultClass \Drupal\migrate\Plugin\migrate\process\DedupeEntity @group migrate
ExtractTest core/modules/migrate/tests/src/Unit/process/ExtractTest.php @coversDefaultClass \Drupal\migrate\Plugin\migrate\process\Extract @group migrate
FlattenTest core/modules/migrate/tests/src/Unit/process/FlattenTest.php Tests the flatten plugin.
GetTest core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the get process plugin.
IteratorTest core/modules/migrate/tests/src/Unit/process/IteratorTest.php Tests the iterator process plugin.
MachineNameTest core/modules/migrate/tests/src/Unit/process/MachineNameTest.php Tests the machine name process plugin.
MigrateProcessTestCase core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
SkipOnEmptyTest core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php Tests the skip on empty process plugin.
StaticMapTest core/modules/migrate/tests/src/Unit/process/StaticMapTest.php Tests the static map process plugin.
TestCallback core/modules/migrate/tests/src/Unit/process/CallbackTest.php
TestConcat core/modules/migrate/tests/src/Unit/process/ConcatTest.php
TestGet core/modules/migrate/tests/src/Unit/process/GetTest.php