You are here

protected function UserProtectBypassWebTest::testMailProtectionBypass in User protect 7

Tests bypassing mail protection.

File

tests/UserProtectBypassWebTest.test, line 64
Contains UserProtectBypassWebTest.

Class

UserProtectBypassWebTest
Tests bypassing protection rules.

Code

protected function testMailProtectionBypass() {
  $this
    ->doCheckBypass('up_mail');
}