You are here

public function LinkTypeReloadTest::testFlagReloadLink in Flag 8.4

Test the confirm form link type.

File

tests/src/Functional/LinkTypeReloadTest.php, line 22

Class

LinkTypeReloadTest
Tests the reload link type.

Namespace

Drupal\Tests\flag\Functional

Code

public function testFlagReloadLink() {

  // Create and log in our user.
  $this->adminUser = $this
    ->drupalCreateUser([
    'administer flags',
  ]);
  $this
    ->drupalLogin($this->adminUser);
  $this
    ->doCreateFlag();
  $this
    ->doFlagNode();
}