Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 10.3.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
CacheTestBase class core/modules/system/src/Tests/Cache/CacheTestBase.php Provides helper methods for cache tests.
CacheTestBase.php file core/modules/system/src/Tests/Cache/CacheTestBase.php
CacheTestBase.php file core/modules/system/tests/src/Functional/Cache/CacheTestBase.php
CacheTestBase::$defaultBin property core/modules/system/tests/src/Functional/Cache/CacheTestBase.php
CacheTestBase::$defaultBin property core/modules/system/src/Tests/Cache/CacheTestBase.php
CacheTestBase::$defaultCid property core/modules/system/src/Tests/Cache/CacheTestBase.php
CacheTestBase::$defaultCid property core/modules/system/tests/src/Functional/Cache/CacheTestBase.php
CacheTestBase::$defaultValue property core/modules/system/tests/src/Functional/Cache/CacheTestBase.php
CacheTestBase::$defaultValue property core/modules/system/src/Tests/Cache/CacheTestBase.php
CacheTestBase::assertCacheExists function core/modules/system/src/Tests/Cache/CacheTestBase.php Asserts that a cache entry exists.
CacheTestBase::assertCacheExists function core/modules/system/tests/src/Functional/Cache/CacheTestBase.php Asserts that a cache entry exists.
CacheTestBase::assertCacheRemoved function core/modules/system/tests/src/Functional/Cache/CacheTestBase.php Asserts that a cache entry has been removed.
CacheTestBase::assertCacheRemoved function core/modules/system/src/Tests/Cache/CacheTestBase.php Asserts that a cache entry has been removed.
CacheTestBase::checkCacheExists function core/modules/system/src/Tests/Cache/CacheTestBase.php Checks whether or not a cache entry exists.
CacheTestBase::checkCacheExists function core/modules/system/tests/src/Functional/Cache/CacheTestBase.php Checks whether or not a cache entry exists.
CacheTestController class core/modules/system/tests/modules/cache_test/src/Controller/CacheTestController.php Controller routines for cache_test routes.
CacheTestController.php file core/modules/system/tests/modules/cache_test/src/Controller/CacheTestController.php
CacheTestController::bundleTags function core/modules/system/tests/modules/cache_test/src/Controller/CacheTestController.php Bundle listing tags invalidation.
CacheTestController::urlBubbling function core/modules/system/tests/modules/cache_test/src/Controller/CacheTestController.php Early renders a URL to test bubbleable metadata bubbling.
CacheWebTest class core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php Tests pluggable caching for views via a web test.
CacheWebTest.php file core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php
CacheWebTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php The theme to install as the default for testing.
CacheWebTest::$modules property core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php Modules to enable.
CacheWebTest::$testViews property core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php Views used by this test.
CacheWebTest::setUp function core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php
CacheWebTest::testCacheOutputOnPage function core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php Tests the output caching on an actual page.
CacheWebTest::testDisplayWithoutCacheStillBubblesMetadata function core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php Tests that a display without caching still contains the cache metadata.
cache_context.config_override_integration_test service core/modules/config/tests/config_override_integration_test/config_override_integration_test.services.yml Drupal\config_override_integration_test\Cache\ConfigOverrideIntegrationTestCacheContext
cache_context.entity_test_view_grants service core/modules/system/tests/modules/entity_test/entity_test.services.yml Drupal\entity_test\Cache\EntityTestViewGrantsCacheContext
cache_context.test_discovery service core/modules/simpletest/simpletest.services.yml Drupal\simpletest\Cache\Context\TestDiscoveryCacheContext
cache_context.views_test_cache_context service core/modules/views/tests/modules/views_test_data/views_test_data.services.yml Drupal\views_test_data\Cache\ViewsTestCacheContext
cache_test.info.yml file core/modules/system/tests/modules/cache_test/cache_test.info.yml core/modules/system/tests/modules/cache_test/cache_test.info.yml
cache_test.routing.yml file core/modules/system/tests/modules/cache_test/cache_test.routing.yml core/modules/system/tests/modules/cache_test/cache_test.routing.yml
CallbackTest class core/modules/migrate/tests/src/Unit/process/CallbackTest.php Tests the callback process plugin.
CallbackTest.php file core/modules/migrate/tests/src/Unit/process/CallbackTest.php
CallbackTest::providerCallback function core/modules/migrate/tests/src/Unit/process/CallbackTest.php Data provider for ::testCallback().
CallbackTest::providerCallbackExceptions function core/modules/migrate/tests/src/Unit/process/CallbackTest.php Data provider for ::testCallbackExceptions().
CallbackTest::strToLower function core/modules/migrate/tests/src/Unit/process/CallbackTest.php Makes a string lowercase for testing purposes.
CallbackTest::testCallback function core/modules/migrate/tests/src/Unit/process/CallbackTest.php Test callback with valid "callable".
CallbackTest::testCallbackExceptions function core/modules/migrate/tests/src/Unit/process/CallbackTest.php Test callback exceptions.
CaseInsensitivePathTest class core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php Tests incoming path case insensitivity.
CaseInsensitivePathTest.php file core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php
CaseInsensitivePathTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php The theme to install as the default for testing.
CaseInsensitivePathTest::$modules property core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php Modules to enable.
CaseInsensitivePathTest::setUp function core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php
CaseInsensitivePathTest::testMixedCasePaths function core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php Tests mixed case paths.
CaseInsensitivePathTest::testPathsWithArguments function core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php Tests paths with slugs.
CaseSensitivityTest class core/tests/Drupal/KernelTests/Core/Database/CaseSensitivityTest.php Tests handling case sensitive collation.
CaseSensitivityTest.php file core/tests/Drupal/KernelTests/Core/Database/CaseSensitivityTest.php
CaseSensitivityTest::testCaseSensitiveInsert function core/tests/Drupal/KernelTests/Core/Database/CaseSensitivityTest.php Tests BINARY collation in MySQL.

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