You are here

protected property BrowserHtmlDebugTrait::$htmlOutputCounter in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php \Drupal\Tests\BrowserHtmlDebugTrait::htmlOutputCounter

Counter for HTML output logging.

Type: int

File

core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php, line 41

Class

BrowserHtmlDebugTrait
Provides the debug functions for browser tests.

Namespace

Drupal\Tests

Code

protected $htmlOutputCounter = 1;