You are here

public function ProtectionRuleBypassTest::testUserPassEditProtectionBypass in User protect 8

Tests if bypassing user password edit protection is respected.

File

tests/src/Kernel/ProtectionRuleBypassTest.php, line 104

Class

ProtectionRuleBypassTest
Tests bypassing protection rules.

Namespace

Drupal\Tests\userprotect\Kernel

Code

public function testUserPassEditProtectionBypass() {
  $this
    ->doUserProtectionBypassTest('user_pass', 'user_pass');
}