You are here

protected function ArrayPopTest::setUp in Migrate Plus 8.5

Same name and namespace in other branches
  1. 8.4 tests/src/Unit/process/ArrayPopTest.php \Drupal\Tests\migrate_plus\Unit\process\ArrayPopTest::setUp()

Overrides MigrateProcessTestCase::setUp

File

tests/src/Unit/process/ArrayPopTest.php, line 20

Class

ArrayPopTest
Tests the array pop process plugin.

Namespace

Drupal\Tests\migrate_plus\Unit\process

Code

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