You are here

public function SocialAuthGoogleLoginBlockTest::testLinkExistsInBlock in Social Auth Google 3.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/SocialAuthGoogleLoginBlockTest.php \Drupal\Tests\social_auth_google\Functional\SocialAuthGoogleLoginBlockTest::testLinkExistsInBlock()

Test that the path is included in the login block.

Throws

\Behat\Mink\Exception\ResponseTextException

File

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

Class

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

Namespace

Drupal\Tests\social_auth_google\Functional

Code

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