function FunctionalTestDebugHtmlOutputHelperTest::testCreateFunctionalTestDebugHtmlOutput

Same name in other branches
  1. 11.x core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputHelperTest.php \Drupal\FunctionalTests\Test\FunctionalTestDebugHtmlOutputHelperTest::testCreateFunctionalTestDebugHtmlOutput()

Creates one page of debug HTML output.

File

core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputHelperTest.php, line 26

Class

FunctionalTestDebugHtmlOutputHelperTest
Helper test for FunctionalTestDebugHtmlOutputTest.

Namespace

Drupal\FunctionalTests\Test

Code

public function testCreateFunctionalTestDebugHtmlOutput() : void {
    $this->drupalGet('<front>');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.