You are here

protected function RngEventSettingsTest::setUp in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Tests/RngEventSettingsTest.php \Drupal\rng\Tests\RngEventSettingsTest::setUp()
  2. 8 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\Tests

Code

protected function setUp() {
  parent::setUp();
  $this
    ->drupalPlaceBlock('local_tasks_block');
  $this
    ->drupalPlaceBlock('local_actions_block');
}