class FunctionalTestDebugHtmlOutputHelperTest

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputHelperTest.php \Drupal\FunctionalTests\Test\FunctionalTestDebugHtmlOutputHelperTest

Helper test for FunctionalTestDebugHtmlOutputTest.

@group browsertestbase

Hierarchy

Expanded class hierarchy of FunctionalTestDebugHtmlOutputHelperTest

See also

\Drupal\FunctionalTests\Test\FunctionalTestDebugHtmlOutputTest::testFunctionalTestDebugHtmlOutput

File

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

Namespace

Drupal\FunctionalTests\Test
View source
class FunctionalTestDebugHtmlOutputHelperTest extends BrowserTestBase {
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';
  
  /**
   * Creates one page of debug HTML output.
   */
  public function testCreateFunctionalTestDebugHtmlOutput() : void {
    $this->drupalGet('<front>');
  }

}

Members

Title Sort descending Modifiers Object type Summary
FunctionalTestDebugHtmlOutputHelperTest::$defaultTheme protected property The theme to install as the default for testing.
FunctionalTestDebugHtmlOutputHelperTest::testCreateFunctionalTestDebugHtmlOutput public function Creates one page of debug HTML output.

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