| ChainRequestPolicyTest::$policy |
property |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
The chain request policy under test. |
| ChainRequestPolicyTest::$request |
property |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
A request object. |
| ChainRequestPolicyTest::providerAllowIfAnyRuleReturnedAllow |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
Provides test data for testAllowIfAnyRuleReturnedAllow. |
| ChainRequestPolicyTest::providerChainExceptionOnInvalidReturnValue |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
Provides test data for testChainExceptionOnInvalidReturnValue. |
| ChainRequestPolicyTest::setUp |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
|
| ChainRequestPolicyTest::testAllowIfAnyRuleReturnedAllow |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
Asserts that check() returns ALLOW if any of the rules returns ALLOW. |
| ChainRequestPolicyTest::testChainExceptionOnInvalidReturnValue |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
Asserts that check() throws an exception if a rule returns an invalid value. |
| ChainRequestPolicyTest::testEmptyChain |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
Asserts that check() returns NULL if the chain is empty. |
| ChainRequestPolicyTest::testNullRuleChain |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
Asserts that check() returns NULL if a rule returns NULL. |
| ChainRequestPolicyTest::testStopChainOnFirstDeny |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
Asserts that check() returns immediately when a rule returned DENY. |
| ChainResponsePolicyTest |
class |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
Tests Drupal\Core\PageCache\ChainResponsePolicy. |
| ChainResponsePolicyTest.php |
file |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
|
| ChainResponsePolicyTest::$policy |
property |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
The chain response policy under test. |
| ChainResponsePolicyTest::$request |
property |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
A request object. |
| ChainResponsePolicyTest::$response |
property |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
A response object. |
| ChainResponsePolicyTest::providerChainExceptionOnInvalidReturnValue |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
Provides test data for testChainExceptionOnInvalidReturnValue. |
| ChainResponsePolicyTest::setUp |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
|
| ChainResponsePolicyTest::testChainExceptionOnInvalidReturnValue |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
Asserts that check() throws an exception if a rule returns an invalid value. |
| ChainResponsePolicyTest::testEmptyChain |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
Asserts that check() returns NULL if the chain is empty. |
| ChainResponsePolicyTest::testNullRuleChain |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
Asserts that check() returns NULL if a rule returns NULL. |
| ChainResponsePolicyTest::testStopChainOnFirstDeny |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
Asserts that check() returns immediately when a rule returned DENY. |
| ChangedTestItem |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php |
Defines the 'changed_test' entity field type. |
| ChangedTestItem.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php |
|
| ChangedTestItem::preSave |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php |
Defines custom presave behavior for field values. |
| ChangeLoggerTest |
class |
core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.php |
Tests Change Logger. |
| ChangeLoggerTest.php |
file |
core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.php |
|
| ChangeLoggerTest::$logger |
property |
core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.php |
The logger to which change lists will be written. |
| ChangeLoggerTest::register |
function |
core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.php |
Registers test-specific services. |
| ChangeLoggerTest::setUp |
function |
core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.php |
|
| ChangeLoggerTest::testChangeLogging |
function |
core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.php |
Tests that the requested and applied changes are logged. |
| ChangePromotedDefaultTest |
class |
core/modules/node/tests/src/Functional/Update/ChangePromotedDefaultTest.php |
Tests creating base field overrides for the promote field on node types. |
| ChangePromotedDefaultTest.php |
file |
core/modules/node/tests/src/Functional/Update/ChangePromotedDefaultTest.php |
|
| ChangePromotedDefaultTest::setDatabaseDumpFiles |
function |
core/modules/node/tests/src/Functional/Update/ChangePromotedDefaultTest.php |
Set database dump files to be used. |
| ChangePromotedDefaultTest::testRunUpdates |
function |
core/modules/node/tests/src/Functional/Update/ChangePromotedDefaultTest.php |
Tests run updates. |
| CheckboxTest |
class |
core/modules/system/tests/src/Functional/Form/CheckboxTest.php |
Tests the form API checkbox element. |
| CheckboxTest.php |
file |
core/modules/system/tests/src/Functional/Form/CheckboxTest.php |
|
| CheckboxTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Form/CheckboxTest.php |
The theme to install as the default for testing. |
| CheckboxTest::$modules |
property |
core/modules/system/tests/src/Functional/Form/CheckboxTest.php |
Modules to install. |
| CheckboxTest::testFormCheckbox |
function |
core/modules/system/tests/src/Functional/Form/CheckboxTest.php |
Tests various checkbox configurations in the form API. |
| CheckpointStorageTest |
class |
core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php |
Tests CheckpointStorage operations. |
| CheckpointStorageTest |
class |
core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php |
Tests Drupal\Core\Config\Checkpoint\CheckpointStorage. |
| CheckpointStorageTest.php |
file |
core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php |
|
| CheckpointStorageTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php |
|
| CheckpointStorageTest::$memory |
property |
core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php |
The memory storage containing the data. |
| CheckpointStorageTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php |
Modules to install. |
| CheckpointStorageTest::$storage |
property |
core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php |
The checkpoint storage under test. |
| CheckpointStorageTest::getConfigImporter |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php |
Gets the configuration importer. |
| CheckpointStorageTest::readMethodsProvider |
function |
core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php |
Provide the methods that work transparently. |
| CheckpointStorageTest::setRandomFixtureConfig |
function |
core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php |
Generate random config in the memory storage. |
| CheckpointStorageTest::setUp |
function |
core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php |
|