You are here

public function IconFieldMenuTest::testFieldExampleLink in Icon API 8

Test for a link to the block example in the Tools menu.

File

modules/icon_field/src/Tests/IconMenuTest.php, line 36

Class

IconFieldMenuTest
Test the user-facing menus in Icon Field.

Namespace

Drupal\icon_field\Tests

Code

public function testFieldExampleLink() {
  $this
    ->drupalGet('');
  $this
    ->assertLinkByHref('examples/field-example');
}