You are here

public function SocialAuthLinkedInLoginBlockTest::testLinkExistsInBlock in Social Auth LinkedIn 8.2

Same name and namespace in other branches
  1. 3.x tests/src/Functional/SocialAuthLinkedInLoginBlockTest.php \Drupal\Tests\social_auth_linkedin\Functional\SocialAuthLinkedInLoginBlockTest::testLinkExistsInBlock()

Test that the path is included in the login block.

Throws

\Behat\Mink\Exception\ResponseTextException

File

tests/src/Functional/SocialAuthLinkedInLoginBlockTest.php, line 37

Class

SocialAuthLinkedInLoginBlockTest
Test that path to authentication route exists in Social Auth Login block.

Namespace

Drupal\Tests\social_auth_linkedin\Functional

Code

public function testLinkExistsInBlock() {
  $this
    ->checkLinkToProviderExists();
}