You are here

protected function MonitoringUITest::setUp in Monitoring 8

Overrides MonitoringTestBase::setUp

File

tests/src/Functional/MonitoringUITest.php, line 23

Class

MonitoringUITest
Tests for the Monitoring UI.

Namespace

Drupal\Tests\monitoring\Functional

Code

protected function setUp() {
  parent::setUp();

  // Create the content type page in the setup as it is used by several tests.
  $this
    ->drupalCreateContentType(array(
    'type' => 'page',
  ));
}