You are here

protected function CommentSourceWithHighWaterTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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\d6

Code

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