function UpgradeTest::setUp
Overrides MigrateUpgradeExecuteTestBase::setUp
File
- 
              core/
modules/ statistics/ tests/ src/ Functional/ migrate_drupal/ d6/ UpgradeTest.php, line 40  
Class
- UpgradeTest
 - Tests Drupal 6 upgrade using the migrate UI.
 
Namespace
Drupal\Tests\statistics\Functional\migrate_drupal\d6Code
protected function setUp() : void {
  parent::setUp();
  $this->loadFixture($this->getModulePath('statistics') . '/tests/fixtures/drupal6.php');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.