| CategoryAutocompleteTest.php |
file |
core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php |
|
| CategoryAutocompleteTest::$autocompleteController |
property |
core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php |
The autocomplete controller. |
| CategoryAutocompleteTest::providerTestAutocompleteSuggestions |
function |
core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php |
Data provider for testAutocompleteSuggestions(). |
| CategoryAutocompleteTest::setUp |
function |
core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php |
|
| CategoryAutocompleteTest::testAutocompleteSuggestions |
function |
core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php |
Tests the autocomplete method. |
| ccc_hook_order_test.info.yml |
file |
core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.info.yml |
core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.info.yml |
| ccc_hook_order_test.module |
file |
core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.module |
|
| ccc_hook_order_test_procedural_alter |
function |
core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.module |
Implements hook_procedural_alter(). |
| ccc_hook_order_test_procedural_subtype_alter |
function |
core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.module |
Implements hook_procedural_subtype_alter(). |
| ccc_hook_order_test_sparse_test_hook |
function |
core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.module |
Implements hook_sparse_test_hook(). |
| ccc_hook_order_test_test_hook |
function |
core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.module |
Implements hook_test_hook(). |
| ccc_hook_order_test_test_procedural_reorder |
function |
core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.module |
Implements hook_test_procedural_reorder(). |
| ccc_update_test.info.yml |
file |
core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml |
core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml |
| ChainedFastBackendFactoryTest |
class |
core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendFactoryTest.php |
Tests Drupal\Core\Cache\ChainedFastBackendFactory. |
| ChainedFastBackendFactoryTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendFactoryTest.php |
|
| ChainedFastBackendFactoryTest::testDifferentServices |
function |
core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendFactoryTest.php |
Test if different names are provided for consistent and fast services. |
| ChainedFastBackendFactoryTest::testIdenticalService |
function |
core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendFactoryTest.php |
Test if the same name is provided for consistent and fast services. |
| ChainedFastBackendTest |
class |
core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php |
Tests Drupal\Core\Cache\ChainedFastBackend. |
| ChainedFastBackendTest |
class |
core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php |
Unit test of the fast chained backend using the generic cache unit test base. |
| ChainedFastBackendTest.php |
file |
core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php |
|
| ChainedFastBackendTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php |
|
| ChainedFastBackendTest::$bin |
property |
core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php |
The cache bin. |
| ChainedFastBackendTest::$consistentCache |
property |
core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php |
The consistent cache backend. |
| ChainedFastBackendTest::$fastCache |
property |
core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php |
The fast cache backend. |
| ChainedFastBackendTest::createCacheBackend |
function |
core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php |
Creates a new instance of ChainedFastBackend. |
| ChainedFastBackendTest::testFallThroughToConsistentCache |
function |
core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php |
Tests a fast cache miss gets data from the consistent cache backend. |
| ChainedFastBackendTest::testFastBackendGracePeriod |
function |
core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php |
Tests a fast cache miss gets data from the consistent cache backend. |
| ChainedFastBackendTest::testGetDoesNotHitConsistentBackend |
function |
core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php |
Tests a get() on the fast backend, with no hit on the consistent backend. |
| ChainedFastBackendTest::testSet |
function |
core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php |
Tests that sets only get written to the consistent backend. |
| ChainedFastBackendTest::testSetInvalidDataFastBackend |
function |
core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php |
Tests a get() on consistent backend without saving on fast backend. |
| ChainedPlaceholderStrategyTest |
class |
core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php |
Tests Drupal\Core\Render\Placeholder\ChainedPlaceholderStrategy. |
| ChainedPlaceholderStrategyTest.php |
file |
core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php |
|
| ChainedPlaceholderStrategyTest::providerProcessPlaceholders |
function |
core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php |
Provides a list of render strategies, placeholders and results. |
| ChainedPlaceholderStrategyTest::testProcessPlaceholders |
function |
core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php |
Tests process placeholders. |
| ChainedPlaceholderStrategyTest::testProcessPlaceholdersNoStrategies |
function |
core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php |
Tests process placeholders no strategies. |
| ChainedPlaceholderStrategyTest::testProcessPlaceholdersWithRoguePlaceholderStrategy |
function |
core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php |
Tests process placeholders with rogue placeholder strategy. |
| ChainEntityResolverTest |
class |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests Drupal\serialization\EntityResolver\ChainEntityResolver. |
| ChainEntityResolverTest.php |
file |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
|
| ChainEntityResolverTest::$testData |
property |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Test data passed to the resolve method. |
| ChainEntityResolverTest::$testEntityType |
property |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
A test entity type. |
| ChainEntityResolverTest::$testNormalizer |
property |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
A mocked normalizer. |
| ChainEntityResolverTest::createEntityResolverMock |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Creates a mock entity resolver. |
| ChainEntityResolverTest::setUp |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
|
| ChainEntityResolverTest::testResolverWithFirstResolved |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests the resolve method with a matching resolver first. |
| ChainEntityResolverTest::testResolverWithLastResolved |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests the resolve method with a matching resolver last. |
| ChainEntityResolverTest::testResolverWithNoneResolved |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests the resolve method with no matching resolvers. |
| ChainEntityResolverTest::testResolverWithNoneResolvedUsingAddResolver |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests the resolve method with no matching resolvers, using addResolver. |
| ChainEntityResolverTest::testResolverWithResolvedToZero |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests the resolve method where one resolver returns 0. |
| ChainRequestPolicyTest |
class |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
Tests Drupal\Core\PageCache\ChainRequestPolicy. |
| ChainRequestPolicyTest.php |
file |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
|