protected function CommentSourceWithHighWaterTest::setUp in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/comment/tests/src/Unit/Migrate/d6/CommentSourceWithHighWaterTest.php \Drupal\Tests\comment\Unit\Migrate\d6\CommentSourceWithHighWaterTest::setUp()
Overrides CommentTestBase::setUp
File
- core/
modules/ comment/ tests/ src/ Unit/ Migrate/ d6/ CommentSourceWithHighWaterTest.php, line 22 - Contains \Drupal\Tests\comment\Unit\Migrate\d6\CommentSourceWithHighWaterTest.
Class
- CommentSourceWithHighWaterTest
- Tests the Drupal 6 comment source w/ high water handling.
Namespace
Drupal\Tests\comment\Unit\Migrate\d6Code
protected function setUp() {
$this->migrationConfiguration['highWaterProperty']['field'] = 'timestamp';
array_shift($this->expectedResults);
parent::setUp();
}