protected function ArrayShiftTest::setUp in Migrate Plus 8.5
Same name and namespace in other branches
- 8.4 tests/src/Unit/process/ArrayShiftTest.php \Drupal\Tests\migrate_plus\Unit\process\ArrayShiftTest::setUp()
Overrides MigrateProcessTestCase::setUp
File
- tests/
src/ Unit/ process/ ArrayShiftTest.php, line 20
Class
- ArrayShiftTest
- Tests the array shift process plugin.
Namespace
Drupal\Tests\migrate_plus\Unit\processCode
protected function setUp() : void {
$this->plugin = new ArrayShift([], 'array_shift', []);
parent::setUp();
}