protected function MigrateDrupal6TestBase::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/migrate_drupal/src/Tests/d6/MigrateDrupal6TestBase.php \Drupal\migrate_drupal\Tests\d6\MigrateDrupal6TestBase::setUp()
Performs setup tasks before each individual test method is run.
Overrides MigrateDrupalTestBase::setUp
81 calls to MigrateDrupal6TestBase::setUp()
- CckMigrationBuilderTest::setUp in core/
modules/ migrate_drupal/ src/ Tests/ d6/ CckMigrationBuilderTest.php - Performs setup tasks before each individual test method is run.
- EntityContentBaseTest::setUp in core/
modules/ migrate_drupal/ src/ Tests/ d6/ EntityContentBaseTest.php - Performs setup tasks before each individual test method is run.
- MigrateActionConfigsTest::setUp in core/
modules/ action/ src/ Tests/ Migrate/ d6/ MigrateActionConfigsTest.php - Performs setup tasks before each individual test method is run.
- MigrateAggregatorConfigsTest::setUp in core/
modules/ aggregator/ src/ Tests/ Migrate/ d6/ MigrateAggregatorConfigsTest.php - Performs setup tasks before each individual test method is run.
- MigrateAggregatorFeedTest::setUp in core/
modules/ aggregator/ src/ Tests/ Migrate/ d6/ MigrateAggregatorFeedTest.php - Performs setup tasks before each individual test method is run.
81 methods override MigrateDrupal6TestBase::setUp()
- CckMigrationBuilderTest::setUp in core/
modules/ migrate_drupal/ src/ Tests/ d6/ CckMigrationBuilderTest.php - Performs setup tasks before each individual test method is run.
- EntityContentBaseTest::setUp in core/
modules/ migrate_drupal/ src/ Tests/ d6/ EntityContentBaseTest.php - Performs setup tasks before each individual test method is run.
- MigrateActionConfigsTest::setUp in core/
modules/ action/ src/ Tests/ Migrate/ d6/ MigrateActionConfigsTest.php - Performs setup tasks before each individual test method is run.
- MigrateAggregatorConfigsTest::setUp in core/
modules/ aggregator/ src/ Tests/ Migrate/ d6/ MigrateAggregatorConfigsTest.php - Performs setup tasks before each individual test method is run.
- MigrateAggregatorFeedTest::setUp in core/
modules/ aggregator/ src/ Tests/ Migrate/ d6/ MigrateAggregatorFeedTest.php - Performs setup tasks before each individual test method is run.
File
- core/
modules/ migrate_drupal/ src/ Tests/ d6/ MigrateDrupal6TestBase.php, line 35 - Contains \Drupal\migrate_drupal\Tests\d6\MigrateDrupal6TestBase.
Class
- MigrateDrupal6TestBase
- Base class for Drupal 6 migration tests.
Namespace
Drupal\migrate_drupal\Tests\d6Code
protected function setUp() {
parent::setUp();
$this
->loadFixture(__DIR__ . '/../../../tests/fixtures/drupal6.php');
$this
->installMigrations('Drupal 6');
}