You are here

protected function VariableMultiRowSourceWithHighwaterTest::setUp in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowSourceWithHighwaterTest.php \Drupal\Tests\migrate_drupal\Unit\source\VariableMultiRowSourceWithHighwaterTest::setUp()

Overrides MigrateSqlSourceTestCase::setUp

File

core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowSourceWithHighwaterTest.php, line 20
Contains \Drupal\Tests\migrate_drupal\Unit\source\VariableMultiRowSourceWithHighwaterTest.

Class

VariableMultiRowSourceWithHighwaterTest
Tests variable multirow source w/ high water handling.

Namespace

Drupal\Tests\migrate_drupal\Unit\source

Code

protected function setUp() {
  $this->migrationConfiguration['highWaterProperty']['field'] = 'test';
  parent::setup();
}