You are here

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

Throws

\Drupal\Core\Entity\EntityStorageException

Overrides SocialAuthTestBase::setUp

File

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

Class

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

Namespace

Drupal\Tests\social_auth_linkedin\Functional

Code

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