function WebAssertTest::testLinkByHrefExistsExact
Same name in this branch
- 10 core/tests/Drupal/Tests/Core/Test/WebAssertTest.php \Drupal\Tests\Core\Test\WebAssertTest::testLinkByHrefExistsExact()
Same name in other branches
- 11.x core/tests/Drupal/FunctionalTests/WebAssertTest.php \Drupal\FunctionalTests\WebAssertTest::testLinkByHrefExistsExact()
- 11.x core/tests/Drupal/Tests/Core/Test/WebAssertTest.php \Drupal\Tests\Core\Test\WebAssertTest::testLinkByHrefExistsExact()
Tests linkExistsByHref() functionality.
@covers ::linkByHrefExistsExact
File
-
core/
tests/ Drupal/ FunctionalTests/ WebAssertTest.php, line 255
Class
- WebAssertTest
- Tests WebAssert functionality.
Namespace
Drupal\FunctionalTestsCode
public function testLinkByHrefExistsExact() : void {
$this->drupalGet('test-page');
$this->assertSession()
->linkByHrefExistsExact('/user/login');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.