function VariableTranslationCheckRequirementsTest::setUp
Same name in other branches
- 9 core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php \Drupal\Tests\migrate_drupal\Kernel\d6\VariableTranslationCheckRequirementsTest::setUp()
- 8.9.x core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php \Drupal\Tests\migrate_drupal\Kernel\d6\VariableTranslationCheckRequirementsTest::setup()
- 10 core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php \Drupal\Tests\migrate_drupal\Kernel\d6\VariableTranslationCheckRequirementsTest::setUp()
Overrides MigrateDrupal6TestBase::setUp
File
-
core/
modules/ migrate_drupal/ tests/ src/ Kernel/ d6/ VariableTranslationCheckRequirementsTest.php, line 24
Class
- VariableTranslationCheckRequirementsTest
- Tests check requirements for variable translation source plugin.
Namespace
Drupal\Tests\migrate_drupal\Kernel\d6Code
protected function setUp() : void {
parent::setUp();
$this->sourceDatabase
->schema()
->dropTable('i18n_variable');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.