protected function RngEventTypeTest::setUp in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 8 src/Tests/RngEventTypeTest.php \Drupal\rng\Tests\RngEventTypeTest::setUp()
- 3.x 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\TestsCode
protected function setUp() {
parent::setUp();
$this
->drupalPlaceBlock('local_tasks_block');
$this
->drupalPlaceBlock('local_actions_block');
}