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