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
ArgumentDefaultTest.php file core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php
ArgumentDefaultTest.php file core/modules/user/tests/src/Kernel/Views/ArgumentDefaultTest.php
ArgumentDefaultTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php The theme to install as the default for testing.
ArgumentDefaultTest::$modules property core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Modules to install.
ArgumentDefaultTest::$modules property core/modules/user/tests/src/Kernel/Views/ArgumentDefaultTest.php Modules to install.
ArgumentDefaultTest::$testViews property core/modules/user/tests/src/Kernel/Views/ArgumentDefaultTest.php Views used by this test.
ArgumentDefaultTest::$testViews property core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Views used by this test.
ArgumentDefaultTest::calculateDependencies function core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_default/ArgumentDefaultTest.php Calculates dependencies for the configured plugin.
ArgumentDefaultTest::defineOptions function core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_default/ArgumentDefaultTest.php Retrieve the options when this is a new access control plugin.
ArgumentDefaultTest::getArgument function core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_default/ArgumentDefaultTest.php Return the default argument.
ArgumentDefaultTest::setUp function core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Sets up the test.
ArgumentDefaultTest::testArgumentDefaultFixed function core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Tests fixed default argument.
ArgumentDefaultTest::testArgumentDefaultNode function core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Tests node default argument.
ArgumentDefaultTest::testArgumentDefaultNoOptions function core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Tests the use of a default argument plugin that provides no options.
ArgumentDefaultTest::testArgumentDefaultPlugin function core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Tests the argument default test plugin.
ArgumentDefaultTest::testArgumentDefaultQueryParameter function core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Tests the query parameter default argument.
ArgumentDefaultTest::testArgumentDefaultUrlGeneration function core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Tests the more line generation if a default argument is provided.
ArgumentDefaultTest::testPluginArgumentDefaultCurrentUser function core/modules/user/tests/src/Kernel/Views/ArgumentDefaultTest.php Tests the current user with argument default.
ArgumentLanguageTest class core/modules/language/tests/src/Kernel/Views/ArgumentLanguageTest.php Tests the argument language handler.
ArgumentLanguageTest.php file core/modules/language/tests/src/Kernel/Views/ArgumentLanguageTest.php
ArgumentLanguageTest::$testViews property core/modules/language/tests/src/Kernel/Views/ArgumentLanguageTest.php Views used by this test.
ArgumentLanguageTest::testArgument function core/modules/language/tests/src/Kernel/Views/ArgumentLanguageTest.php Tests the language argument.
ArgumentNodeRevisionIdTest class core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php Tests the node_vid handler.
ArgumentNodeRevisionIdTest.php file core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php
ArgumentNodeRevisionIdTest::$modules property core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php Modules to install.
ArgumentNodeRevisionIdTest::$testViews property core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php Views to be enabled.
ArgumentNodeRevisionIdTest::setUp function core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php
ArgumentNodeRevisionIdTest::testNodeRevisionRelationship function core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php Tests the node revision id argument via the node_vid handler.
ArgumentNullTest class core/modules/views/tests/src/Kernel/Handler/ArgumentNullTest.php Tests the core Drupal\views\Plugin\views\argument\NullArgument handler.
ArgumentNullTest.php file core/modules/views/tests/src/Kernel/Handler/ArgumentNullTest.php
ArgumentNullTest::$testViews property core/modules/views/tests/src/Kernel/Handler/ArgumentNullTest.php Views used by this test.
ArgumentNullTest::testAreaText function core/modules/views/tests/src/Kernel/Handler/ArgumentNullTest.php
ArgumentNullTest::viewsData function core/modules/views/tests/src/Kernel/Handler/ArgumentNullTest.php Returns the views data definition.
ArgumentsResolverTest class core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php @coversDefaultClass \Drupal\Component\Utility\ArgumentsResolver
@group Access
ArgumentsResolverTest.php file core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php
ArgumentsResolverTest::providerTestGetArgument function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Provides test data to testGetArgument().
ArgumentsResolverTest::providerTestHandleUnresolvedArgument function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Provides test data to testHandleUnresolvedArgument().
ArgumentsResolverTest::setUp function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php
ArgumentsResolverTest::testGetArgument function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests the getArgument() method.
ArgumentsResolverTest::testGetArgumentObject function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests getArgument() with an object.
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.

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