| ShortcutLinksTest.php |
file |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
|
| ShortcutLinksTest::$adminUser |
property |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
User with permission to administer shortcuts. |
| ShortcutLinksTest::$defaultTheme |
property |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
The theme to install as the default for testing. |
| ShortcutLinksTest::$modules |
property |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
Modules to install. |
| ShortcutLinksTest::assertShortcutQuickLink |
function |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
Passes if a shortcut quick link with the specified label is found. |
| ShortcutLinksTest::setUp |
function |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
|
| ShortcutLinksTest::testAccessShortcutsPermission |
function |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
Tests that the 'access shortcuts' permissions works properly. |
| ShortcutLinksTest::testNoShortcutLink |
function |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
Tests that the add shortcut link is not displayed for 404/403 errors. |
| ShortcutLinksTest::testShortcutBlockAccess |
function |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
Tests the 'access shortcuts' permission with the shortcut block. |
| ShortcutLinksTest::testShortcutLinkAdd |
function |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
Tests that creating a shortcut works properly. |
| ShortcutLinksTest::testShortcutLinkChangePath |
function |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
Tests that changing the path of a shortcut link works. |
| ShortcutLinksTest::testShortcutLinkChangeRoute |
function |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
Tests that changing the route of a shortcut link works. |
| ShortcutLinksTest::testShortcutLinkDelete |
function |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
Tests deleting a shortcut link. |
| ShortcutLinksTest::testShortcutLinkOrder |
function |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
Tests the shortcuts are correctly ordered by weight in the toolbar. |
| ShortcutLinksTest::testShortcutLinkRename |
function |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
Tests that shortcut links can be renamed. |
| ShortcutLinksTest::testShortcutQuickLink |
function |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
Tests that the "add to shortcut" and "remove from shortcut" links work. |
| ShortcutLinksTest::verifyAccessShortcutsPermissionForEditPages |
function |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
Tests the 'access shortcuts' permission for shortcut set administration. |
| ShortcutLocalTasksTest |
class |
core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php |
Tests existence of shortcut local tasks. |
| ShortcutLocalTasksTest.php |
file |
core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php |
|
| ShortcutLocalTasksTest::getShortcutPageRoutes |
function |
core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php |
Provides a list of routes to test. |
| ShortcutLocalTasksTest::setUp |
function |
core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php |
|
| ShortcutLocalTasksTest::testShortcutPageLocalTasks |
function |
core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php |
Checks shortcut listing local tasks. |
| ShortcutResourceTestBase |
class |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php |
Resource test base for Shortcut entity. |
| ShortcutResourceTestBase.php |
file |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php |
|
| ShortcutResourceTestBase::$entity |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php |
The Shortcut entity. |
| ShortcutResourceTestBase::$entityTypeId |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php |
The tested entity type. |
| ShortcutResourceTestBase::$modules |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php |
Modules to install. |
| ShortcutResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
| ShortcutResourceTestBase::createEntity |
function |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php |
Creates the entity to be tested. |
| ShortcutResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php |
Returns the expected normalization of the entity. |
| ShortcutResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php |
Return the expected error message. |
| ShortcutResourceTestBase::getNormalizedPostEntity |
function |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php |
Returns the normalized POST entity. |
| ShortcutResourceTestBase::setUpAuthorization |
function |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php |
Sets up the necessary authorization. |
| ShortcutSetJsonAnonTest |
class |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonAnonTest.php |
Tests Shortcut Set Json Anon. |
| ShortcutSetJsonAnonTest.php |
file |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonAnonTest.php |
|
| ShortcutSetJsonAnonTest::$defaultTheme |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonAnonTest.php |
The theme to install as the default for testing. |
| ShortcutSetJsonAnonTest::$format |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonAnonTest.php |
The format to use in this test. |
| ShortcutSetJsonAnonTest::$mimeType |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonAnonTest.php |
The MIME type that corresponds to $format. |
| ShortcutSetJsonBasicAuthTest |
class |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonBasicAuthTest.php |
Tests Shortcut Set Json Basic Auth. |
| ShortcutSetJsonBasicAuthTest.php |
file |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonBasicAuthTest.php |
|
| ShortcutSetJsonBasicAuthTest::$auth |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| ShortcutSetJsonBasicAuthTest::$defaultTheme |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| ShortcutSetJsonBasicAuthTest::$format |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonBasicAuthTest.php |
The format to use in this test. |
| ShortcutSetJsonBasicAuthTest::$mimeType |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
| ShortcutSetJsonBasicAuthTest::$modules |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonBasicAuthTest.php |
Modules to install. |
| ShortcutSetJsonCookieTest |
class |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonCookieTest.php |
Tests Shortcut Set Json Cookie. |
| ShortcutSetJsonCookieTest.php |
file |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonCookieTest.php |
|
| ShortcutSetJsonCookieTest::$auth |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonCookieTest.php |
The authentication mechanism to use in this test. |
| ShortcutSetJsonCookieTest::$defaultTheme |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonCookieTest.php |
The theme to install as the default for testing. |
| ShortcutSetJsonCookieTest::$format |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonCookieTest.php |
The format to use in this test. |