| VariableTestMock |
class |
core/tests/Drupal/Tests/Component/Utility/VariableTest.php |
A class for testing Variable::callableToString(). |
| VariableTestMock::fake |
function |
core/tests/Drupal/Tests/Component/Utility/VariableTest.php |
A bogus callable for testing ::callableToString(). |
| VariableTranslationCheckRequirementsTest |
class |
core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php |
Tests check requirements for variable translation source plugin. |
| VariableTranslationCheckRequirementsTest.php |
file |
core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php |
|
| VariableTranslationCheckRequirementsTest::$modules |
property |
core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php |
Modules to install. |
| VariableTranslationCheckRequirementsTest::setUp |
function |
core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php |
|
| VariableTranslationCheckRequirementsTest::testCheckRequirements |
function |
core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php |
Tests exception in thrown when the i18n_variable table does not exist. |
| VariableTranslationTest |
class |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/VariableTranslationTest.php |
Tests the variable source plugin. |
| VariableTranslationTest |
class |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d7/VariableTranslationTest.php |
Tests the variable source plugin. |
| VariableTranslationTest.php |
file |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/VariableTranslationTest.php |
|
| VariableTranslationTest.php |
file |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d7/VariableTranslationTest.php |
|
| VariableTranslationTest::$modules |
property |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/VariableTranslationTest.php |
Modules to install. |
| VariableTranslationTest::$modules |
property |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d7/VariableTranslationTest.php |
Modules to install. |
| VariableTranslationTest::providerSource |
function |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/VariableTranslationTest.php |
Provides source data for ::testSource. |
| VariableTranslationTest::providerSource |
function |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d7/VariableTranslationTest.php |
Provides source data for ::testSource. |
| VariationCacheTest |
class |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests Drupal\Core\Cache\VariationCache. |
| VariationCacheTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
|
| VariationCacheTest::$cacheContextsManager |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The mock cache contexts manager. |
| VariationCacheTest::$cacheIdBase |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The cache ID for the cache keys, without taking contexts into account. |
| VariationCacheTest::$cacheKeys |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The cache keys this test will store things under. |
| VariationCacheTest::$gardenType |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The simulated current user's garden type. |
| VariationCacheTest::$gardenTypeCacheability |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The cacheability for something that varies per housing and garden type. |
| VariationCacheTest::$houseOrientation |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The simulated current user's house's orientation. |
| VariationCacheTest::$houseOrientationCacheability |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The cacheability for varying per housing, garden and orientation. |
| VariationCacheTest::$housingType |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The simulated current user's housing type. |
| VariationCacheTest::$housingTypeCacheability |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The cacheability for something that only varies per housing type. |
| VariationCacheTest::$memoryBackend |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The backend used by the variation cache. |
| VariationCacheTest::$requestStack |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The mock request stack. |
| VariationCacheTest::$solarType |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The simulated current user's solar panel type. |
| VariationCacheTest::$variationCache |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The variation cache instance. |
| VariationCacheTest::assertCacheBackendItem |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Asserts that an item was properly stored in the cache backend. |
| VariationCacheTest::assertVariationCacheItem |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Asserts that an item was properly stored in the variation cache. |
| VariationCacheTest::assertVariationCacheMiss |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Asserts that an item could not be retrieved from the variation cache. |
| VariationCacheTest::getSortedCacheId |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Creates the sorted cache ID from cache ID parts. |
| VariationCacheTest::setUp |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
|
| VariationCacheTest::setVariationCacheItem |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Stores an item in the variation cache. |
| VariationCacheTest::testIncompatibleChainedRedirectsComplexException |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests the same as above, but even more complex. |
| VariationCacheTest::testIncompatibleChainedRedirectsException |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests the same as above, but with more redirects. |
| VariationCacheTest::testIncompatibleRedirectsException |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests exception for a cache item that has incompatible cache redirects. |
| VariationCacheTest::testIncompleteRedirectException |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests exception for a cache item that has an incomplete redirect. |
| VariationCacheTest::testIncompleteVariationsException |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests exception for a cache item that has incomplete variations. |
| VariationCacheTest::testNestedVariations |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests a cache item that has nested variations. |
| VariationCacheTest::testNestedVariationsSelfHealing |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests a cache item that has nested variations that trigger self-healing. |
| VariationCacheTest::testNoVariations |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests a cache item that has no variations. |
| VariationCacheTest::testSingleVariation |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests a cache item that only ever varies by one context. |
| VariationCacheTest::testSplitVariationsSelfHealing |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests self-healing for a cache item that has split variations. |
| VendorHardeningExcluderTest |
class |
core/modules/package_manager/tests/src/Kernel/PathExcluder/VendorHardeningExcluderTest.php |
Tests Vendor Hardening Excluder. |
| VendorHardeningExcluderTest.php |
file |
core/modules/package_manager/tests/src/Kernel/PathExcluder/VendorHardeningExcluderTest.php |
|
| VendorHardeningExcluderTest::testVendorHardeningFilesExcluded |
function |
core/modules/package_manager/tests/src/Kernel/PathExcluder/VendorHardeningExcluderTest.php |
Tests that vendor hardening files are excluded from stage operations. |
| VendorHardeningPluginTest |
class |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php |
Tests Drupal\Composer\Plugin\VendorHardening\VendorHardeningPlugin. |