function WebAssertTest::testLinkNotExistsExact

Tests linkNotExistsExact() functionality.

@covers ::linkNotExistsExact

File

core/tests/Drupal/Tests/Core/Test/WebAssertTest.php, line 215

Class

WebAssertTest
Tests WebAssert functionality.

Namespace

Drupal\Tests\Core\Test

Code

public function testLinkNotExistsExact() : void {
  $this->visit('', '<a href="http://example.com">foo|bar|baz</a>');
  $this->assertSession()
    ->linkNotExistsExact('foo|bar');
  $this->addToAssertionCount(1);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.