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
CallbackTest::testCallback function core/modules/migrate/tests/src/Unit/process/CallbackTest.php Tests callback with valid "callable".
CallbackTest::testCallbackArray function core/modules/migrate/tests/src/Unit/process/CallbackTest.php Test callback with valid "callable" and multiple arguments.
CallbackTest::testCallbackExceptions function core/modules/migrate/tests/src/Unit/process/CallbackTest.php Tests 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 install.
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.
CastedIntFieldJoinTestBase class core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php Tests the "casted_int_field_join" join plugin.
CastedIntFieldJoinTestBase.php file core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::$castingType property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php The db type that should be used for casting fields as integers.
CastedIntFieldJoinTestBase::$manager property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php A plugin manager which handles the instances of joins.
CastedIntFieldJoinTestBase::$modules property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php Modules to install.
CastedIntFieldJoinTestBase::$pluginId property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::$rootUser property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::$testViews property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::buildJoin function core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php Builds a join using the given configuration.
CastedIntFieldJoinTestBase::setUp function core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::setUpFixtures function core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::testBuildJoin function core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php Tests base join functionality.
CategorizingPluginManagerTraitTest class core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @coversDefaultClass \Drupal\Core\Plugin\CategorizingPluginManagerTrait[[api-linebreak]]
@group Plugin
@runTestsInSeparateProcesses
CategorizingPluginManagerTraitTest.php file core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php
CategorizingPluginManagerTraitTest::$pluginManager property core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php The plugin manager to test.
CategorizingPluginManagerTraitTest::setUp function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php
CategorizingPluginManagerTraitTest::testGetCategories function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::getCategories[[api-linebreak]]
CategorizingPluginManagerTraitTest::testGetGroupedDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::getGroupedDefinitions[[api-linebreak]]
CategorizingPluginManagerTraitTest::testGetSortedDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::getSortedDefinitions[[api-linebreak]]
CategorizingPluginManagerTraitTest::testProcessDefinitionCategory function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::processDefinitionCategory[[api-linebreak]]
CategoryAutocompleteTest class core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php @coversDefaultClass \Drupal\block\Controller\CategoryAutocompleteController[[api-linebreak]]
@group block
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_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 @coversDefaultClass \Drupal\Core\Cache\ChainedFastBackendFactory[[api-linebreak]]
@group Cache
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 @coversDefaultClass \Drupal\Core\Cache\ChainedFastBackend[[api-linebreak]]
@group Cache
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.

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