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