You are here

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

Same name and namespace in other branches
  1. 8.2 src/Tests/RngEventTypeTest.php \Drupal\rng\Tests\RngEventTypeTest::setUp()
  2. 8 src/Tests/RngEventTypeTest.php \Drupal\rng\Tests\RngEventTypeTest::setUp()

Overrides RngWebTestBase::setUp

File

src/Tests/RngEventTypeTest.php, line 22

Class

RngEventTypeTest
Tests event types.

Namespace

Drupal\rng\Tests

Code

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