protected function DevelEventInfoTest::setUp in Devel 8.3
Same name and namespace in other branches
- 8 tests/src/Functional/DevelEventInfoTest.php \Drupal\Tests\devel\Functional\DevelEventInfoTest::setUp()
- 8.2 tests/src/Functional/DevelEventInfoTest.php \Drupal\Tests\devel\Functional\DevelEventInfoTest::setUp()
- 4.x tests/src/Functional/DevelEventInfoTest.php \Drupal\Tests\devel\Functional\DevelEventInfoTest::setUp()
Overrides DevelBrowserTestBase::setUp
File
- tests/
src/ Functional/ DevelEventInfoTest.php, line 15
Class
- DevelEventInfoTest
- Tests event info pages and links.
Namespace
Drupal\Tests\devel\FunctionalCode
protected function setUp() {
parent::setUp();
$this
->drupalPlaceBlock('page_title_block');
$this
->drupalLogin($this->develUser);
}