You are here

protected function UserProtectBypassWebTest::testRolesProtectionBypass in User protect 7

Tests bypassing roles protection.

File

tests/UserProtectBypassWebTest.test, line 85
Contains UserProtectBypassWebTest.

Class

UserProtectBypassWebTest
Tests bypassing protection rules.

Code

protected function testRolesProtectionBypass() {
  $this
    ->doCheckBypass('up_roles');
}