public function i18nVariableTest::testSource in Drupal 8
@dataProvider providerSource @requires extension pdo_sqlite @expectedDeprecation The Drupal\migrate_drupal\Plugin\migrate\source\d6\i18nVariable is deprecated in Drupal 8.4.0 and will be removed before Drupal 9.0.0. Instead, use Drupal\migrate_drupal\Plugin\migrate\source\d6\VariableTranslation
Overrides MigrateSqlSourceTestBase::testSource
File
- core/
modules/ migrate_drupal/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d6/ i18nVariableTest.php, line 29
Class
- i18nVariableTest
- Tests the variable source plugin.
Namespace
Drupal\Tests\migrate_drupal\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);
}