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\FunctionalCode
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',
));
}