public function SocialAuthGoogleSettingsFormTest::testPermissionForSettingsPage in Social Auth Google 8.2
Same name and namespace in other branches
- 3.x tests/src/Functional/SocialAuthGoogleSettingsFormTest.php \Drupal\Tests\social_auth_google\Functional\SocialAuthGoogleSettingsFormTest::testPermissionForSettingsPage()
Test if permissions are set correctly for settings page.
Throws
\Behat\Mink\Exception\ElementNotFoundException
\Behat\Mink\Exception\ExpectationException
File
- tests/
src/ Functional/ SocialAuthGoogleSettingsFormTest.php, line 48
Class
- SocialAuthGoogleSettingsFormTest
- Test Social Auth Google settings form.
Namespace
Drupal\Tests\social_auth_google\FunctionalCode
public function testPermissionForSettingsPage() {
$this
->checkPermissionForSettingsPage();
}