You are here

protected function VocabularyTest::setUp in Zircon Profile 8.0

Same name in this branch
  1. 8.0 core/modules/taxonomy/tests/src/Unit/Migrate/d6/VocabularyTest.php \Drupal\Tests\taxonomy\Unit\Migrate\d6\VocabularyTest::setUp()
  2. 8.0 core/modules/taxonomy/tests/src/Unit/Migrate/d7/VocabularyTest.php \Drupal\Tests\taxonomy\Unit\Migrate\d7\VocabularyTest::setUp()
Same name and namespace in other branches
  1. 8 core/modules/taxonomy/tests/src/Unit/Migrate/d7/VocabularyTest.php \Drupal\Tests\taxonomy\Unit\Migrate\d7\VocabularyTest::setUp()

Overrides MigrateSqlSourceTestCase::setUp

File

core/modules/taxonomy/tests/src/Unit/Migrate/d7/VocabularyTest.php, line 52
Contains \Drupal\Tests\taxonomy\Unit\Migrate\d7\VocabularyTest.

Class

VocabularyTest
Tests D7 vocabulary source plugin.

Namespace

Drupal\Tests\taxonomy\Unit\Migrate\d7

Code

protected function setUp() {
  $this->databaseContents['taxonomy_vocabulary'] = $this->expectedResults;
  parent::setUp();
}