WebDriverWebAssert.php

Same filename and directory in other branches
  1. 11.x core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php
  2. 10 core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php
  3. 9 core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php
  4. 8.9.x core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php

Namespace

Drupal\FunctionalJavascriptTests

File

core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php

View source
<?php

declare (strict_types=1);
namespace Drupal\FunctionalJavascriptTests;


/**
 * Defines a JSWebAssert with no support for status code and header assertions.
 */
class WebDriverWebAssert extends JSWebAssert {

}

Classes

Title Deprecated Summary
WebDriverWebAssert Defines a JSWebAssert with no support for status code and header assertions.

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