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\KernelCode
public function testUserPassEditProtectionBypass() {
  $this
    ->doUserProtectionBypassTest('user_pass', 'user_pass');
}