protected function SocialAuthGoogleSettingsFormTest::setUp in Social Auth Google 3.x
Same name and namespace in other branches
- 8.2 tests/src/Functional/SocialAuthGoogleSettingsFormTest.php \Drupal\Tests\social_auth_google\Functional\SocialAuthGoogleSettingsFormTest::setUp()
Throws
\Drupal\Core\Entity\EntityStorageException
Overrides SocialAuthTestBase::setUp
File
- tests/
src/ Functional/ SocialAuthGoogleSettingsFormTest.php, line 26
Class
- SocialAuthGoogleSettingsFormTest
- Test Social Auth Google settings form.
Namespace
Drupal\Tests\social_auth_google\FunctionalCode
protected function setUp() {
$this->module = 'social_auth_google';
$this->provider = 'google';
parent::setUp();
}