public function VariableTranslationCheckRequirementsTest::setup in Drupal 8
Same name and namespace in other branches
- 9 core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php \Drupal\Tests\migrate_drupal\Kernel\d6\VariableTranslationCheckRequirementsTest::setUp()
File
- core/
modules/ migrate_drupal/ tests/ src/ Kernel/ d6/ VariableTranslationCheckRequirementsTest.php, line 22
Class
- VariableTranslationCheckRequirementsTest
- Tests check requirements for variable translation source plugin.
Namespace
Drupal\Tests\migrate_drupal\Kernel\d6Code
public function setup() {
parent::setUp();
$this->sourceDatabase
->schema()
->dropTable('i18n_variable');
}