You are here

protected function GetTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/tests/src/Unit/process/GetTest.php \Drupal\Tests\migrate\Unit\process\GetTest::setUp()

Overrides MigrateProcessTestCase::setUp

File

core/modules/migrate/tests/src/Unit/process/GetTest.php, line 21
Contains \Drupal\Tests\migrate\Unit\process\GetTest.

Class

GetTest
Tests the get process plugin.

Namespace

Drupal\Tests\migrate\Unit\process

Code

protected function setUp() {
  $this->plugin = new TestGet();
  parent::setUp();
}