You are here

6 calls to UserAccessControlHandlerTest::assertFieldAccess() in Zircon Profile 8

UserAccessControlHandlerTest::testAdminFieldAccess in core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php
Tests that private user settings cannot be viewed by other users.
UserAccessControlHandlerTest::testCreatedAccess in core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php
Tests the user created field access.
UserAccessControlHandlerTest::testHiddenUserSettings in core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php
Tests that private user settings cannot be viewed by other users.
UserAccessControlHandlerTest::testNonExistingFieldAccess in core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php
Tests access to a non-existing base field.
UserAccessControlHandlerTest::testPasswordAccess in core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php
Tests that passwords cannot be viewed, just edited.
UserAccessControlHandlerTest::testUserNameAccess in core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php
Ensures user name access is working properly.