You are here

public function CommentTypeTest::testSource in Drupal 8

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

Overrides MigrateSqlSourceTestBase::testSource

File

core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTypeTest.php, line 28

Class

CommentTypeTest
Tests D7 comment type source plugin.

Namespace

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

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);
}