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