protected function GetTest::setUp in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\processCode
protected function setUp() {
$this->plugin = new TestGet();
parent::setUp();
}