WebDriverWebAssert.php
Same filename and directory in other branches
Namespace
Drupal\FunctionalJavascriptTestsFile
-
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.