| SharedTempStoreTest::testSetIfNotExists |
function |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
Tests the setIfNotExists() methods. |
| SharedTempStoreTest::testSetIfOwner |
function |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
Tests the setIfOwner() method with matching and non matching owners. |
| SharedTempStoreTest::testSetIfOwner |
function |
core/modules/user/tests/src/Unit/SharedTempStoreTest.php |
Tests the setIfOwner() method with matching and non matching owners. |
| SharedTempStoreTest::testSetIfOwnerNoObject |
function |
core/modules/user/tests/src/Unit/SharedTempStoreTest.php |
Tests the setIfOwner() method when a key already exists but no object. |
| SharedTempStoreTest::testSetIfOwnerNoObject |
function |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
Tests the setIfOwner() method when a key already exists but no object. |
| SharedTempStoreTest::testSetIfOwnerWhenNotExists |
function |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
Tests the setIfOwner() method when no key exists. |
| SharedTempStoreTest::testSetIfOwnerWhenNotExists |
function |
core/modules/user/tests/src/Unit/SharedTempStoreTest.php |
Tests the setIfOwner() method when no key exists. |
| SharedTempStoreTest::testSetWithNoLockAvailable |
function |
core/modules/user/tests/src/Unit/SharedTempStoreTest.php |
Tests the set() method with no lock available. |
| SharedTempStoreTest::testSetWithNoLockAvailable |
function |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
Tests the set() method with no lock available. |
| ShortcutCacheTagsTest |
class |
core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php |
Tests the Shortcut entity's cache tags. |
| ShortcutCacheTagsTest.php |
file |
core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php |
|
| ShortcutCacheTagsTest::$defaultTheme |
property |
core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php |
The theme to install as the default for testing. |
| ShortcutCacheTagsTest::$modules |
property |
core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php |
Modules to enable. |
| ShortcutCacheTagsTest::createEntity |
function |
core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php |
Creates the entity to be tested. |
| ShortcutCacheTagsTest::setUp |
function |
core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php |
|
| ShortcutCacheTagsTest::testEntityCreation |
function |
core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php |
Tests that when creating a shortcut, the shortcut set tag is invalidated. |
| ShortcutCacheTagsTest::testToolbar |
function |
core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php |
Tests visibility and cacheability of shortcuts in the toolbar. |
| ShortcutHalJsonAnonTest |
class |
core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonAnonTest.php |
@group hal |
| ShortcutHalJsonAnonTest.php |
file |
core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonAnonTest.php |
|
| ShortcutHalJsonAnonTest::$defaultTheme |
property |
core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonAnonTest.php |
The theme to install as the default for testing. |
| ShortcutHalJsonAnonTest::$format |
property |
core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonAnonTest.php |
The format to use in this test. |
| ShortcutHalJsonAnonTest::$mimeType |
property |
core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonAnonTest.php |
The MIME type that corresponds to $format. |
| ShortcutHalJsonAnonTest::$modules |
property |
core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonAnonTest.php |
Modules to install. |
| ShortcutHalJsonAnonTest::getExpectedCacheContexts |
function |
core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonAnonTest.php |
The expected cache contexts for the GET/HEAD response of the test entity. |
| ShortcutHalJsonAnonTest::getExpectedNormalizedEntity |
function |
core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonAnonTest.php |
Returns the expected normalization of the entity. |
| ShortcutHalJsonAnonTest::getNormalizedPostEntity |
function |
core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonAnonTest.php |
Returns the normalized POST entity. |
| ShortcutHalJsonBasicAuthTest |
class |
core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonBasicAuthTest.php |
@group hal |
| ShortcutHalJsonBasicAuthTest.php |
file |
core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonBasicAuthTest.php |
|
| ShortcutHalJsonBasicAuthTest::$auth |
property |
core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| ShortcutHalJsonBasicAuthTest::$defaultTheme |
property |
core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| ShortcutHalJsonBasicAuthTest::$modules |
property |
core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonBasicAuthTest.php |
Modules to install. |
| ShortcutHalJsonCookieTest |
class |
core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonCookieTest.php |
@group hal |
| ShortcutHalJsonCookieTest.php |
file |
core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonCookieTest.php |
|
| ShortcutHalJsonCookieTest::$auth |
property |
core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonCookieTest.php |
The authentication mechanism to use in this test. |
| ShortcutHalJsonCookieTest::$defaultTheme |
property |
core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonCookieTest.php |
The theme to install as the default for testing. |
| ShortcutJsonAnonTest |
class |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php |
@group rest |
| ShortcutJsonAnonTest.php |
file |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php |
|
| ShortcutJsonAnonTest::$defaultTheme |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php |
The theme to install as the default for testing. |
| ShortcutJsonAnonTest::$format |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php |
The format to use in this test. |
| ShortcutJsonAnonTest::$mimeType |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php |
The MIME type that corresponds to $format. |
| ShortcutJsonBasicAuthTest |
class |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php |
@group rest |
| ShortcutJsonBasicAuthTest.php |
file |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php |
|
| ShortcutJsonBasicAuthTest::$auth |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| ShortcutJsonBasicAuthTest::$defaultTheme |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| ShortcutJsonBasicAuthTest::$format |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php |
The format to use in this test. |
| ShortcutJsonBasicAuthTest::$mimeType |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
| ShortcutJsonBasicAuthTest::$modules |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php |
Modules to install. |
| ShortcutJsonCookieTest |
class |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php |
@group rest |
| ShortcutJsonCookieTest.php |
file |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php |
|
| ShortcutJsonCookieTest::$auth |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php |
The authentication mechanism to use in this test. |