You are here

protected function UserProtectBypassWebTest::testEditProtectionBypass in User protect 7

Tests bypassing edit protection.

File

tests/UserProtectBypassWebTest.test, line 106
Contains UserProtectBypassWebTest.

Class

UserProtectBypassWebTest
Tests bypassing protection rules.

Code

protected function testEditProtectionBypass() {
  $this
    ->doCheckBypass('up_edit');
}