VariableMultiRowSourceWithHighwaterTest.php in Zircon Profile 8
Same filename and directory in other branches
Namespace
Drupal\Tests\migrate_drupal\Unit\sourceFile
core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowSourceWithHighwaterTest.phpView source
<?php
/**
* @file
* Contains \Drupal\Tests\migrate_drupal\Unit\source\VariableMultiRowSourceWithHighwaterTest.
*/
namespace Drupal\Tests\migrate_drupal\Unit\source;
/**
* Tests variable multirow source w/ high water handling.
*
* @group migrate_drupal
*/
class VariableMultiRowSourceWithHighwaterTest extends VariableMultiRowTestBase {
/**
* {@inheritdoc}
*/
protected function setUp() {
$this->migrationConfiguration['highWaterProperty']['field'] = 'test';
parent::setup();
}
}
Classes
Name | Description |
---|---|
VariableMultiRowSourceWithHighwaterTest | Tests variable multirow source w/ high water handling. |