function WebAssert::__construct
Same name in other branches
- 9 core/tests/Drupal/Tests/WebAssert.php \Drupal\Tests\WebAssert::__construct()
- 10 core/tests/Drupal/Tests/WebAssert.php \Drupal\Tests\WebAssert::__construct()
- 11.x core/tests/Drupal/Tests/WebAssert.php \Drupal\Tests\WebAssert::__construct()
Constructor.
Parameters
\Behat\Mink\Session $session: The Behat session object;
string $base_url: The base URL of the site under test.
File
-
core/
tests/ Drupal/ Tests/ WebAssert.php, line 34
Class
- WebAssert
- Defines a class with methods for asserting presence of elements during tests.
Namespace
Drupal\TestsCode
public function __construct(Session $session, $base_url = '') {
parent::__construct($session);
$this->baseUrl = $base_url;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.