protected function RngEventSettingsTest::setUp in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 8 src/Tests/RngEventSettingsTest.php \Drupal\rng\Tests\RngEventSettingsTest::setUp()
- 3.x src/Tests/RngEventSettingsTest.php \Drupal\rng\Tests\RngEventSettingsTest::setUp()
Overrides RngSiteTestBase::setUp
File
- src/
Tests/ RngEventSettingsTest.php, line 17
Class
- RngEventSettingsTest
- Tests event settings page.
Namespace
Drupal\rng\TestsCode
protected function setUp() {
parent::setUp();
$this
->drupalPlaceBlock('local_tasks_block');
$this
->drupalPlaceBlock('local_actions_block');
}