protected property i18nVariableTest::$expectedResults in Drupal 8
Expected results from the source.
Overrides MigrateSqlSourceTestCase::$expectedResults
File
- core/
modules/ migrate_drupal/ tests/ src/ Unit/ source/ d6/ i18nVariableTest.php, line 37
Class
- i18nVariableTest
- Tests the variable source plugin.
Namespace
Drupal\Tests\migrate_drupal\Unit\source\d6Code
protected $expectedResults = [
[
'language' => 'fr',
'site_slogan' => 'Migrate est génial',
'site_name' => 'nom de site',
],
[
'language' => 'mi',
'site_slogan' => 'Ko whakamataku heke',
'site_name' => 'ingoa_pae',
],
];