function 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.