You are here

protected function UserProtectBypassWebTest::testOpenIdProtectionBypass in User protect 7

Tests bypassing openid protection.

File

tests/UserProtectBypassWebTest.test, line 92
Contains UserProtectBypassWebTest.

Class

UserProtectBypassWebTest
Tests bypassing protection rules.

Code

protected function testOpenIdProtectionBypass() {
  $this
    ->doCheckBypass('up_openid');
}