function DevelEntityTypeInfoTest::setUp
Same name in other branches
- 4.x tests/src/Functional/DevelEntityTypeInfoTest.php \Drupal\Tests\devel\Functional\DevelEntityTypeInfoTest::setUp()
Overrides DevelBrowserTestBase::setUp
File
-
tests/
src/ Functional/ DevelEntityTypeInfoTest.php, line 20
Class
- DevelEntityTypeInfoTest
- Tests entity type info pages and links.
Namespace
Drupal\Tests\devel\FunctionalCode
protected function setUp() : void {
parent::setUp();
$this->drupalPlaceBlock('system_menu_block:devel');
$this->drupalPlaceBlock('page_title_block');
$this->drupalLogin($this->develUser);
}