Same name in other branches
  1. 8.9.x Drupal\Tests\migrate\Unit\process
  2. 9 Drupal\Tests\migrate\Unit\process
Classsort descending Location Description
ArrayBuildTest core/modules/migrate/tests/src/Unit/process/ArrayBuildTest.php @coversDefaultClass \Drupal\migrate\Plugin\migrate\process\ArrayBuild @group migrate
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.
DefaultValueTest core/modules/migrate/tests/src/Unit/process/DefaultValueTest.php Tests the default_value process plugin.
ExplodeTest core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Tests the Explode process plugin.
FileCopyTest core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Tests the file copy process plugin.
FlattenTest core/modules/migrate/tests/src/Unit/process/FlattenTest.php Tests the flatten plugin.
FormatDateTest core/modules/migrate/tests/src/Unit/process/FormatDateTest.php Tests the format date process plugin.
GetTest core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the get process plugin.
LogTest core/modules/migrate/tests/src/Unit/process/LogTest.php Tests the Log process plugin.
MachineNameTest core/modules/migrate/tests/src/Unit/process/MachineNameTest.php Tests the machine name process plugin.
MakeUniqueEntityFieldTest core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php @coversDefaultClass \Drupal\migrate\Plugin\migrate\process\MakeUniqueEntityField @group migrate
MenuLinkParentTest core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php Tests the menu link parent process plugin.
MigrateProcessTestCase core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrationLookupTest core/modules/migrate/tests/src/Unit/process/MigrationLookupTest.php @coversDefaultClass \Drupal\migrate\Plugin\migrate\process\MigrationLookup @group migrate
MigrationLookupTestCase core/modules/migrate/tests/src/Unit/process/MigrationLookupTestCase.php Provides container handling for migration lookup unit tests.
NullCoalesceTest core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php Tests the null_coalesce process plugin.
ObjWithString core/modules/migrate/tests/src/Unit/process/LogTest.php Test class with a __toString() method.
ProcessPluginBase core/modules/migrate/tests/src/Unit/process/ProcessPluginBaseTest.php Extends ProcessPluginBase as a non-abstract class.
ProcessPluginBaseTest core/modules/migrate/tests/src/Unit/process/ProcessPluginBaseTest.php Tests the base process plugin class.
SkipOnEmptyTest core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php Tests the skip on empty process plugin.
SkipRowIfNotSetTest core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php Tests the skip row if not set process plugin.
StaticMapTest core/modules/migrate/tests/src/Unit/process/StaticMapTest.php Tests the static map process plugin.
SubstrTest core/modules/migrate/tests/src/Unit/process/SubstrTest.php Tests the substr plugin.
TestConcat core/modules/migrate/tests/src/Unit/process/ConcatTest.php
TestFileCopy core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Class for testing FileCopy.
UrlEncodeTest core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php @coversDefaultClass \Drupal\migrate\Plugin\migrate\process\UrlEncode @group file