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 10.3.x for test
  5. Search main for test
  6. 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
GitExcluderTest class core/modules/package_manager/tests/src/Kernel/PathExcluder/GitExcluderTest.php Tests Git Excluder.
GitExcluderTest.php file core/modules/package_manager/tests/src/Kernel/PathExcluder/GitExcluderTest.php
GitExcluderTest::setUp function core/modules/package_manager/tests/src/Kernel/PathExcluder/GitExcluderTest.php
GitExcluderTest::testGitDirectoriesExcludedActive function core/modules/package_manager/tests/src/Kernel/PathExcluder/GitExcluderTest.php Tests that Git directories are excluded from stage during PreCreate.
GitExcluderTest::testGitDirectoriesExcludedStage function core/modules/package_manager/tests/src/Kernel/PathExcluder/GitExcluderTest.php Tests that Git directories are excluded from active during PreApply.
GlossaryTest class core/modules/views/tests/src/Functional/GlossaryTest.php Tests glossary functionality of views.
GlossaryTest.php file core/modules/views/tests/src/Functional/GlossaryTest.php
GlossaryTest::$defaultTheme property core/modules/views/tests/src/Functional/GlossaryTest.php The theme to install as the default for testing.
GlossaryTest::$modules property core/modules/views/tests/src/Functional/GlossaryTest.php Modules to install.
GlossaryTest::testGlossaryView function core/modules/views/tests/src/Functional/GlossaryTest.php Tests the default glossary view.
GlossaryViewTest class core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php Tests the basic AJAX functionality of the Glossary View.
GlossaryViewTest.php file core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php
GlossaryViewTest::$defaultTheme property core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php The theme to install as the default for testing.
GlossaryViewTest::$modules property core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php Modules to install.
GlossaryViewTest::$testViews property core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php The test Views to enable.
GlossaryViewTest::setUp function core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php
GlossaryViewTest::testGlossaryDefault function core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php Tests the AJAX callbacks for the glossary view.
GlossaryViewTest::testGlossaryLanguagePrefix function core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php Tests that the glossary also works on a language prefixed URL.
GotoActionTest class core/tests/Drupal/KernelTests/Core/Action/GotoActionTest.php Tests Goto Action.
GotoActionTest.php file core/tests/Drupal/KernelTests/Core/Action/GotoActionTest.php
GotoActionTest::$modules property core/tests/Drupal/KernelTests/Core/Action/GotoActionTest.php Modules to install.
GotoActionTest::providerGotoAction function core/tests/Drupal/KernelTests/Core/Action/GotoActionTest.php Data provider for ::testGotoAction().
GotoActionTest::testGotoAction function core/tests/Drupal/KernelTests/Core/Action/GotoActionTest.php Tests goto action.
GraphTest class core/tests/Drupal/Tests/Component/Graph/GraphTest.php Tests Drupal\Component\Graph\Graph.
GraphTest.php file core/tests/Drupal/Tests/Component/Graph/GraphTest.php
GraphTest::assertComponents function core/tests/Drupal/Tests/Component/Graph/GraphTest.php Verify expected components in a graph.
GraphTest::assertPaths function core/tests/Drupal/Tests/Component/Graph/GraphTest.php Verify expected paths in a graph.
GraphTest::assertReversePaths function core/tests/Drupal/Tests/Component/Graph/GraphTest.php Verify expected reverse paths in a graph.
GraphTest::assertWeights function core/tests/Drupal/Tests/Component/Graph/GraphTest.php Verify expected order in a graph.
GraphTest::displayArray function core/tests/Drupal/Tests/Component/Graph/GraphTest.php Helper function to output vertices as comma-separated list.
GraphTest::normalizeGraph function core/tests/Drupal/Tests/Component/Graph/GraphTest.php Normalizes a graph.
GraphTest::testDepthFirstSearch function core/tests/Drupal/Tests/Component/Graph/GraphTest.php Tests depth-first-search features.
GroupByTest class core/modules/views_ui/tests/src/Functional/GroupByTest.php Tests UI of aggregate functionality.
GroupByTest.php file core/modules/views_ui/tests/src/Functional/GroupByTest.php
GroupByTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/GroupByTest.php The theme to install as the default for testing.
GroupByTest::$testViews property core/modules/views_ui/tests/src/Functional/GroupByTest.php Views used by this test.
GroupByTest::testGroupBySave function core/modules/views_ui/tests/src/Functional/GroupByTest.php Tests whether basic saving works.
GroupedExposedFilterTest class core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php Tests the grouped exposed filter admin UI.
GroupedExposedFilterTest.php file core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php
GroupedExposedFilterTest::$account property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php The account.
GroupedExposedFilterTest::$defaultTheme property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php The theme to install as the default for testing.
GroupedExposedFilterTest::$modules property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php Modules to install.
GroupedExposedFilterTest::$testViews property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php Views used by this test.
GroupedExposedFilterTest::setUp function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php
GroupedExposedFilterTest::testGroupedFilterValuesUI function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php Tests if the right fields are shown and the right values set.
GroupIncludesTestTrait trait core/tests/Drupal/Tests/Core/GroupIncludesTestTrait.php Setup group includes trait.
GroupIncludesTestTrait.php file core/tests/Drupal/Tests/Core/GroupIncludesTestTrait.php
GroupIncludesTestTrait::GROUP_INCLUDES constant core/tests/Drupal/Tests/Core/GroupIncludesTestTrait.php
GroupIncludesTestTrait::setupGroupIncludes function core/tests/Drupal/Tests/Core/GroupIncludesTestTrait.php
HandleMultiplesTest class core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Tests process pipelines with scalar and multiple values handling.

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