protected function UserProtectBypassWebTest::testPassProtectionBypass in User protect 7
Tests bypassing pass protection.
File
- tests/
UserProtectBypassWebTest.test, line 71 - Contains UserProtectBypassWebTest.
Class
- UserProtectBypassWebTest
- Tests bypassing protection rules.
Code
protected function testPassProtectionBypass() {
$this
->doCheckBypass('up_pass');
}