You are here

11 calls to UserProtectCreationTrait::createProtectedUser() in User protect 8

FieldAccessTest::testMailAccess in tests/src/Kernel/FieldAccessTest.php
Tests field access for the user's mail address.
FieldAccessTest::testNameAccess in tests/src/Kernel/FieldAccessTest.php
Tests field access for the user's name.
FieldAccessTest::testPassAccess in tests/src/Kernel/FieldAccessTest.php
Tests field access for the user's password.
FieldAccessTest::testRolesAccess in tests/src/Kernel/FieldAccessTest.php
Tests field access for the user's roles.
FieldAccessTest::testStatusAccess in tests/src/Kernel/FieldAccessTest.php
Tests field access for the user's status.
ProtectionRuleBypassTest::doUserProtectionBypassTest in tests/src/Kernel/ProtectionRuleBypassTest.php
Tests if bypassing a certain user protection is respected.
UserProtectionTest::testMailProtection in tests/src/Functional/UserProtectionTest.php
Tests if the user's mail address field has the expected protection.
UserProtectionTest::testNameProtection in tests/src/Functional/UserProtectionTest.php
Tests if the user's name field has the expected protection.
UserProtectionTest::testPassProtection in tests/src/Functional/UserProtectionTest.php
Tests if the user's password field has the expected protection.
UserProtectionTest::testRolesProtection in tests/src/Functional/UserProtectionTest.php
Tests if the user's roles field has the expected protection.
UserProtectionTest::testStatusProtection in tests/src/Functional/UserProtectionTest.php
Tests if the user's status field has the expected protection.