core/modules/system/src/Tests/System/AccessDeniedTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/system/src/Tests/System/AccessDeniedTest.php b/core/modules/system/src/Tests/System/AccessDeniedTest.php index c013525..100e974 100644 --- a/core/modules/system/src/Tests/System/AccessDeniedTest.php +++ b/core/modules/system/src/Tests/System/AccessDeniedTest.php @@ -41,7 +41,7 @@ protected function setUp() { user_role_grant_permissions(RoleInterface::AUTHENTICATED_ID, array('access user profiles')); } - function atestAccessDenied() { + function testAccessDenied() { $this->drupalGet('admin'); $this->assertText(t('Access denied'), 'Found the default 403 page'); $this->assertResponse(403);