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