function WebAssertTest::testLinkByHrefNotExistsExact
Same name in this branch
- 10 core/tests/Drupal/FunctionalTests/WebAssertTest.php \Drupal\FunctionalTests\WebAssertTest::testLinkByHrefNotExistsExact()
Same name in other branches
- 11.x core/tests/Drupal/FunctionalTests/WebAssertTest.php \Drupal\FunctionalTests\WebAssertTest::testLinkByHrefNotExistsExact()
- 11.x core/tests/Drupal/Tests/Core/Test/WebAssertTest.php \Drupal\Tests\Core\Test\WebAssertTest::testLinkByHrefNotExistsExact()
Tests linkByHrefNotExistsExact() functionality.
@covers ::linkByHrefNotExistsExact
File
-
core/
tests/ Drupal/ Tests/ Core/ Test/ WebAssertTest.php, line 321
Class
- WebAssertTest
- Tests WebAssert functionality.
Namespace
Drupal\Tests\Core\TestCode
public function testLinkByHrefNotExistsExact() : void {
$this->visit('', '<a href="/user/login">Log in</a><a href="/user/register">Register</a>');
$this->assertSession()
->linkByHrefNotExistsExact('/foo');
$this->addToAssertionCount(1);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.