protected function VocabularyPermissionsTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php \Drupal\Tests\taxonomy\Functional\VocabularyPermissionsTest::setUp()
Overrides TaxonomyTestBase::setUp
File
- core/
modules/ taxonomy/ tests/ src/ Functional/ VocabularyPermissionsTest.php, line 26
Class
- VocabularyPermissionsTest
- Tests the taxonomy vocabulary permissions.
Namespace
Drupal\Tests\taxonomy\FunctionalCode
protected function setUp() {
parent::setUp();
$this
->drupalPlaceBlock('page_title_block');
$this
->drupalPlaceBlock('local_actions_block');
$this
->drupalPlaceBlock('help_block');
}