protected function VariableMultiRowSourceWithHighwaterTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\sourceCode
protected function setUp() {
$this->migrationConfiguration['highWaterProperty']['field'] = 'test';
parent::setup();
}