public function UserAccessControlHandlerTest::testPasswordAccess in Drupal 9
Same name and namespace in other branches
- 8 core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php \Drupal\Tests\user\Unit\UserAccessControlHandlerTest::testPasswordAccess()
Tests that passwords cannot be viewed, just edited.
@dataProvider passwordAccessProvider
File
- core/
modules/ user/ tests/ src/ Unit/ UserAccessControlHandlerTest.php, line 330
Class
- UserAccessControlHandlerTest
- Tests the user access controller.
Namespace
Drupal\Tests\user\UnitCode
public function testPasswordAccess($viewer, $target, $view, $edit) {
$this
->assertFieldAccess('pass', $viewer, $target, $view, $edit);
}