You are here

public function SocialAuthLoginBlockTest::testBlockExists in Social Auth 8.2

Same name and namespace in other branches
  1. 3.x tests/src/Functional/SocialAuthLoginBlockTest.php \Drupal\Tests\social_auth\Functional\SocialAuthLoginBlockTest::testBlockExists()

Test that the block is showing up.

No need to specify a provider since it is by default NULL and Social Auth does not have any authentication route by itself.

Throws

\Behat\Mink\Exception\ResponseTextException

File

tests/src/Functional/SocialAuthLoginBlockTest.php, line 20

Class

SocialAuthLoginBlockTest
Test Social Auth Login block.

Namespace

Drupal\Tests\social_auth\Functional

Code

public function testBlockExists() {
  parent::checkLinkToProviderExists();
}