You are here

public function CommentVariablePerCommentTypeTest::testSource in Drupal 8

@dataProvider providerSource @requires extension pdo_sqlite @expectedDeprecation CommentVariablePerCommentType is deprecated in Drupal 8.4.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d6\NodeType instead. @expectedDeprecation CommentVariable is deprecated in Drupal 8.4.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d6\NodeType instead.

Overrides MigrateSqlSourceTestBase::testSource

File

core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php, line 29

Class

CommentVariablePerCommentTypeTest
Tests comment variable per comment type source plugin.

Namespace

Drupal\Tests\comment\Kernel\Plugin\migrate\source\d6

Code

public function testSource(array $source_data, array $expected_data, $expected_count = NULL, array $configuration = [], $high_water = NULL) {
  parent::testSource($source_data, $expected_data, $expected_count, $configuration, $high_water);
}