You are here

public function SocialAuthLinkedInSettingsFormTest::testPermissionForSettingsPage in Social Auth LinkedIn 8.2

Same name and namespace in other branches
  1. 3.x tests/src/Functional/SocialAuthLinkedInSettingsFormTest.php \Drupal\Tests\social_auth_linkedin\Functional\SocialAuthLinkedInSettingsFormTest::testPermissionForSettingsPage()

Test if permissions are set correctly for settings page.

Throws

\Behat\Mink\Exception\ElementNotFoundException

\Behat\Mink\Exception\ExpectationException

File

tests/src/Functional/SocialAuthLinkedInSettingsFormTest.php, line 49

Class

SocialAuthLinkedInSettingsFormTest
Test Social Auth LinkedIn settings form.

Namespace

Drupal\Tests\social_auth_linkedin\Functional

Code

public function testPermissionForSettingsPage() {
  $this
    ->checkPermissionForSettingsPage();
}