Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 11.x for test
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
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
VariableTranslationTest::providerSource function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d7/VariableTranslationTest.php
VariationCacheTest class core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php @coversDefaultClass \Drupal\Core\Cache\VariationCache[[api-linebreak]]
@group Cache
VariationCacheTest.php file core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php
VariationCacheTest::$cacheContextsManager property core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php The prophesized 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 prophesized 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::testIncompatibleVariationsException function core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php Tests exception for a cache item that has incompatible 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.
VendorHardeningPluginTest class core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php @coversDefaultClass \Drupal\Composer\Plugin\VendorHardening\VendorHardeningPlugin[[api-linebreak]]
@group VendorHardening
VendorHardeningPluginTest.php file core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php
VendorHardeningPluginTest::providerFindBinOverlap function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php
VendorHardeningPluginTest::setUp function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php
VendorHardeningPluginTest::testCleanAllPackages function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php @covers ::cleanAllPackages[[api-linebreak]]
VendorHardeningPluginTest::testCleanPackage function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php @covers ::cleanPackage[[api-linebreak]]
VendorHardeningPluginTest::testCleanPathsForPackage function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php @covers ::cleanPathsForPackage[[api-linebreak]]
VendorHardeningPluginTest::testFindBinOverlap function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php @covers ::findBinOverlap[[api-linebreak]]
@dataProvider providerFindBinOverlap
VendorHardeningPluginTest::testWriteAccessRestrictionFiles function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php @covers ::writeAccessRestrictionFiles[[api-linebreak]]
VersionByRel::LATEST_VERSION constant core/modules/jsonapi/src/Revisions/VersionByRel.php Version argument which loads the revision known to be the "latest version".
VersionNegotiatorTest class core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php The test class for version negotiators.
VersionNegotiatorTest.php file core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php
VersionNegotiatorTest::$modules property core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php Modules to install.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.