You are here

protected function SocialAuthFacebookLoginBlockTest::setUp in Social Auth Facebook 8.2

Same name and namespace in other branches
  1. 3.x tests/src/Functional/SocialAuthFacebookLoginBlockTest.php \Drupal\Tests\social_auth_facebook\Functional\SocialAuthFacebookLoginBlockTest::setUp()

Throws

\Drupal\Core\Entity\EntityStorageException

Overrides SocialAuthTestBase::setUp

File

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

Class

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

Namespace

Drupal\Tests\social_auth_facebook\Functional

Code

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