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. 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
ArgumentsResolverTest::testGetArgumentOrder function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests getArgument() with a Route, Request, and Account object.
ArgumentsResolverTest::testGetArgumentRouteNoTypeHintAndValue function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests getArgument() with a named parameter with no type hint and a value.
ArgumentsResolverTest::testGetWildcardArgument function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests getArgument() with a wildcard object for a parameter with a custom name.
ArgumentsResolverTest::testGetWildcardArgumentNoTypeHint function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests getArgument() with a wildcard parameter with no type hint.
ArgumentsResolverTest::testHandleNotUpcastedArgument function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests handleUnresolvedArgument() for a scalar argument.
ArgumentsResolverTest::testHandleUnresolvedArgument function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests handleUnresolvedArgument() for missing arguments.
ArgumentStringTest class core/modules/views/tests/src/Kernel/Handler/ArgumentStringTest.php Tests the core Drupal\views\Plugin\views\argument\StringArgument handler.
ArgumentStringTest.php file core/modules/views/tests/src/Kernel/Handler/ArgumentStringTest.php
ArgumentStringTest::$modules property core/modules/views/tests/src/Kernel/Handler/ArgumentStringTest.php Modules to install.
ArgumentStringTest::$testViews property core/modules/views/tests/src/Kernel/Handler/ArgumentStringTest.php Views to be enabled.
ArgumentStringTest::testGlossary function core/modules/views/tests/src/Kernel/Handler/ArgumentStringTest.php Tests the glossary feature.
ArgumentSummaryTest class core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php Tests the summary of results when an argument is not provided.
ArgumentSummaryTest.php file core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php
ArgumentSummaryTest::$modules property core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php Modules to install.
ArgumentSummaryTest::$nodeType property core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php Node type with an autocomplete tagging field.
ArgumentSummaryTest::$tagVocabulary property core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php The vocabulary used for the test tag field.
ArgumentSummaryTest::$testViews property core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php Views to be enabled.
ArgumentSummaryTest::createTag function core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php Creates a term in the tag vocabulary.
ArgumentSummaryTest::setUp function core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php
ArgumentSummaryTest::testArgumentSummary function core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php Tests the argument summary feature.
ArgumentTransformTermTest class core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php Tests taxonomy term argument transformation.
ArgumentTransformTermTest.php file core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php
ArgumentTransformTermTest::$testViews property core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php Views to be enabled.
ArgumentTransformTermTest::termArgumentTransformationProvider function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php Provides data for testTermArgumentTransformation().
ArgumentTransformTermTest::testTermArgumentTransformation function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php Tests term argument transformation of hyphens and spaces.
ArgumentUidRevisionTest class core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php Tests the argument_node_uid_revision handler.
ArgumentUidRevisionTest.php file core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php
ArgumentUidRevisionTest::$modules property core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php Modules to install.
ArgumentUidRevisionTest::$testViews property core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php Views to be enabled.
ArgumentUidRevisionTest::setUp function core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php
ArgumentUidRevisionTest::testArgument function core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php Tests the node_uid_revision argument.
ArgumentValidateTest class core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php Tests user argument validators for ID and name.
ArgumentValidateTest.php file core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php
ArgumentValidateTest::$account property core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php A user for this test.
ArgumentValidateTest::$modules property core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php Modules to install.
ArgumentValidateTest::$testViews property core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php Views to be enabled.
ArgumentValidateTest::setUp function core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php
ArgumentValidateTest::testArgumentValidateUserName function core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php Tests the UserName argument validator.
ArgumentValidateTest::testArgumentValidateUserUid function core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php Tests the User (ID) argument validator.
ArgumentValidatorTermNameTest class core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php Tests the plugin of the taxonomy: taxonomy_term_name argument validator.
ArgumentValidatorTermNameTest.php file core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php
ArgumentValidatorTermNameTest::$ids property core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php Stores the taxonomy IDs used by this test.
ArgumentValidatorTermNameTest::$names property core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php Stores the taxonomy names used by this test.
ArgumentValidatorTermNameTest::$terms property core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php Stores the taxonomy term used by this test.
ArgumentValidatorTermNameTest::$testViews property core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php Views to be enabled.
ArgumentValidatorTermNameTest::setUp function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php
ArgumentValidatorTermNameTest::testArgumentValidatorTermName function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php Tests the term name argument validator plugin.
ArgumentValidatorTermNameTest::testArgumentValidatorTermNameAccess function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php Tests the access checking in term name argument validator plugin.
ArgumentValidatorTermTest class core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php Tests the plugin of the taxonomy: term argument validator.
ArgumentValidatorTermTest.php file core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php

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