You are here

protected function ArrayShiftTest::setUp in Migrate Plus 8.4

Same name and namespace in other branches
  1. 8.5 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\process

Code

protected function setUp() {
  $this->plugin = new ArrayShift([], 'array_shift', []);
  parent::setUp();
}