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
generic_module2_test.info.yml file core/modules/system/tests/modules/generic_module2_test/generic_module2_test.info.yml core/modules/system/tests/modules/generic_module2_test/generic_module2_test.info.yml
GetTest class core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the get process plugin.
GetTest.php file core/modules/migrate/tests/src/Unit/process/GetTest.php
GetTest::integerValuesDataProvider function core/modules/migrate/tests/src/Unit/process/GetTest.php Provides data for the successful lookup test.
GetTest::testIntegerValues function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source has integer values.
GetTest::testPluginSyntax function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin for syntax errors by creating a prophecy of the class.
GetTest::testTransformSourceArray function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is an array.
GetTest::testTransformSourceArrayAt function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is an array pointing to destination.
GetTest::testTransformSourceString function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is a string.
GetTest::testTransformSourceStringAt function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is a string pointing to destination.
GetTestMethodCallerExtendsTest class core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php Test for BrowserTestBase::getTestMethodCaller() in child classes.
GetTestMethodCallerExtendsTest.php file core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php
GetTestMethodCallerExtendsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php The theme to install as the default for testing.
GetTestMethodCallerExtendsTest::testGetTestMethodCallerChildClass function core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php A test method that is not present in the parent class.
GetTestMethodCallerTest class core/tests/Drupal/FunctionalTests/GetTestMethodCallerTest.php Explicit test for BrowserTestBase::getTestMethodCaller().
GetTestMethodCallerTest.php file core/tests/Drupal/FunctionalTests/GetTestMethodCallerTest.php
GetTestMethodCallerTest::$defaultTheme property core/tests/Drupal/FunctionalTests/GetTestMethodCallerTest.php The theme to install as the default for testing.
GetTestMethodCallerTest::testGetTestMethodCaller function core/tests/Drupal/FunctionalTests/GetTestMethodCallerTest.php Tests BrowserTestBase::getTestMethodCaller().
GlobalThemeSettingsDefaultLogoUrlUpdateTest class core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php Tests update of system.theme.global:logo.url if it's still the default of "".
GlobalThemeSettingsDefaultLogoUrlUpdateTest.php file core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php
GlobalThemeSettingsDefaultLogoUrlUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php The theme to install as the default for testing.
GlobalThemeSettingsDefaultLogoUrlUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php Set database dump files to be used.
GlobalThemeSettingsDefaultLogoUrlUpdateTest::testUpdate function core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php Tests update of system.theme.global:logo.url.
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.
GraphTest class core/tests/Drupal/Tests/Component/Graph/GraphTest.php @coversDefaultClass \Drupal\Component\Graph\Graph[[api-linebreak]]
@group 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.

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