You are here

protected function SocialAuthGoogleLoginBlockTest::setUp 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::setUp()

Throws

\Drupal\Core\Entity\EntityStorageException

Overrides SocialAuthTestBase::setUp

File

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

Class

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

Namespace

Drupal\Tests\social_auth_google\Functional

Code

protected function setUp() {
  parent::setUp();
  $this->provider = 'google';
}