You are here

protected function HelpEmptyPageTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/help/src/Tests/HelpEmptyPageTest.php \Drupal\help\Tests\HelpEmptyPageTest::setUp()

Performs setup tasks before each individual test method is run.

Overrides KernelTestBase::setUp

File

core/modules/help/src/Tests/HelpEmptyPageTest.php, line 30
Contains \Drupal\help\Tests\HelpEmptyPageTest.

Class

HelpEmptyPageTest
Tests the empty HTML page.

Namespace

Drupal\help\Tests

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installSchema('system', 'router');
}