| SettingsValidatorTest::testSettingsValidation |
function |
core/modules/package_manager/tests/src/Kernel/SettingsValidatorTest.php |
Tests settings validation before starting an update. |
| SettingsValidatorTest::testSettingsValidationDuringPreApply |
function |
core/modules/package_manager/tests/src/Kernel/SettingsValidatorTest.php |
Tests settings validation during pre-apply. |
| settings_tray_override_test.info.yml |
file |
core/modules/settings_tray/tests/modules/settings_tray_override_test/settings_tray_override_test.info.yml |
core/modules/settings_tray/tests/modules/settings_tray_override_test/settings_tray_override_test.info.yml |
| settings_tray_override_test.overrider |
service |
core/modules/settings_tray/tests/modules/settings_tray_override_test/settings_tray_override_test.services.yml |
Drupal\settings_tray_override_test\ConfigOverrider |
| settings_tray_override_test.services.yml |
file |
core/modules/settings_tray/tests/modules/settings_tray_override_test/settings_tray_override_test.services.yml |
core/modules/settings_tray/tests/modules/settings_tray_override_test/settings_tray_override_test.services.yml |
| settings_tray_test.info.yml |
file |
core/modules/settings_tray/tests/modules/settings_tray_test/settings_tray_test.info.yml |
core/modules/settings_tray/tests/modules/settings_tray_test/settings_tray_test.info.yml |
| settings_tray_test_css.info.yml |
file |
core/modules/settings_tray/tests/modules/settings_tray_test_css/settings_tray_test_css.info.yml |
core/modules/settings_tray/tests/modules/settings_tray_test_css/settings_tray_test_css.info.yml |
| settings_tray_test_css.libraries.yml |
file |
core/modules/settings_tray/tests/modules/settings_tray_test_css/settings_tray_test_css.libraries.yml |
core/modules/settings_tray/tests/modules/settings_tray_test_css/settings_tray_test_css.libraries.yml |
| ShapeItemTest |
class |
core/modules/field/tests/src/Kernel/ShapeItemTest.php |
Tests the new entity API for the shape field type. |
| ShapeItemTest.php |
file |
core/modules/field/tests/src/Kernel/ShapeItemTest.php |
|
| ShapeItemTest::$fieldName |
property |
core/modules/field/tests/src/Kernel/ShapeItemTest.php |
The name of the field to use in this test. |
| ShapeItemTest::$modules |
property |
core/modules/field/tests/src/Kernel/ShapeItemTest.php |
Modules to install. |
| ShapeItemTest::setUp |
function |
core/modules/field/tests/src/Kernel/ShapeItemTest.php |
Set the default field storage backend for fields created during tests. |
| ShapeItemTest::testShapeItem |
function |
core/modules/field/tests/src/Kernel/ShapeItemTest.php |
Tests using entity fields of the shape field type. |
| SharedEntityTestBundleClassA |
class |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassA.php |
A bundle class that shares the same entity type as entity_test. |
| SharedEntityTestBundleClassA.php |
file |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassA.php |
|
| SharedEntityTestBundleClassB |
class |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassB.php |
A bundle class that shares the same entity type as entity_test. |
| SharedEntityTestBundleClassB.php |
file |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassB.php |
|
| SharedTempStoreTest |
class |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
Tests Drupal\Core\TempStore\SharedTempStore. |
| SharedTempStoreTest.php |
file |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
|
| SharedTempStoreTest::$keyValue |
property |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
The mock key value expirable backend. |
| SharedTempStoreTest::$lock |
property |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
The mock lock backend. |
| SharedTempStoreTest::$otherObject |
property |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
A tempstore object not belonging to the owner. |
| SharedTempStoreTest::$owner |
property |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
The owner used in this test. |
| SharedTempStoreTest::$ownObject |
property |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
A tempstore object belonging to the owner. |
| SharedTempStoreTest::$requestStack |
property |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
The request stack. |
| SharedTempStoreTest::$tempStore |
property |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
The temp store. |
| SharedTempStoreTest::setUp |
function |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
|
| SharedTempStoreTest::testDelete |
function |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
Tests the delete() method. |
| SharedTempStoreTest::testDeleteIfOwner |
function |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
Tests the deleteIfOwner() method. |
| SharedTempStoreTest::testDeleteWithNoLockAvailable |
function |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
Tests the delete() method with no lock available. |
| SharedTempStoreTest::testGet |
function |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
Tests get. |
| SharedTempStoreTest::testGetIfOwner |
function |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
Tests the getIfOwner() method. |
| SharedTempStoreTest::testGetMetadata |
function |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
Tests the getMetadata() method. |
| SharedTempStoreTest::testSerialization |
function |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
Tests the serialization of a shared temp store. |
| SharedTempStoreTest::testSet |
function |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
Tests a successful set() call. |
| 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::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::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/Kernel/ShortcutCacheTagsTest.php |
Tests the Shortcut entity's cache tags. |
| 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/Kernel/ShortcutCacheTagsTest.php |
|
| ShortcutCacheTagsTest.php |
file |
core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php |
|
| ShortcutCacheTagsTest::$adminUser |
property |
core/modules/shortcut/tests/src/Kernel/ShortcutCacheTagsTest.php |
User with permission to administer shortcuts. |
| ShortcutCacheTagsTest::$adminUser |
property |
core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php |
User with permission to administer shortcuts. |
| 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/Kernel/ShortcutCacheTagsTest.php |
Modules to install. |
| ShortcutCacheTagsTest::$modules |
property |
core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php |
Modules to install. |