public function CommentVariableTest::testSource in Drupal 8
@dataProvider providerSource @requires extension pdo_sqlite @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/ CommentVariableTest.php, line 28
Class
- CommentVariableTest
- Tests d6_comment_variable source plugin.
Namespace
Drupal\Tests\comment\Kernel\Plugin\migrate\source\d6Code
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);
}