function CacheContextsManagerTest::getContextsFixture
Same name and namespace in other branches
- 10 core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php \Drupal\Tests\Core\Cache\Context\CacheContextsManagerTest::getContextsFixture()
- 9 core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php \Drupal\Tests\Core\Cache\Context\CacheContextsManagerTest::getContextsFixture()
- 8.9.x core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php \Drupal\Tests\Core\Cache\Context\CacheContextsManagerTest::getContextsFixture()
6 calls to CacheContextsManagerTest::getContextsFixture()
- CacheContextsManagerTest::testAvailableContextLabels in core/
tests/ Drupal/ Tests/ Core/ Cache/ Context/ CacheContextsManagerTest.php - CacheContextsManagerTest::testAvailableContextStrings in core/
tests/ Drupal/ Tests/ Core/ Cache/ Context/ CacheContextsManagerTest.php - CacheContextsManagerTest::testConvertTokensToKeys in core/
tests/ Drupal/ Tests/ Core/ Cache/ Context/ CacheContextsManagerTest.php - Tests convert tokens to keys.
- CacheContextsManagerTest::testInvalidCalculatedContext in core/
tests/ Drupal/ Tests/ Core/ Cache/ Context/ CacheContextsManagerTest.php - Tests invalid calculated context.
- CacheContextsManagerTest::testInvalidContext in core/
tests/ Drupal/ Tests/ Core/ Cache/ Context/ CacheContextsManagerTest.php - Tests invalid context.
File
-
core/
tests/ Drupal/ Tests/ Core/ Cache/ Context/ CacheContextsManagerTest.php, line 182
Class
Namespace
Drupal\Tests\Core\Cache\ContextCode
protected function getContextsFixture() : array {
return [
'foo',
'baz',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.