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
LanguageNegotiationTest.php file core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTest.php
LanguageNegotiationTest::getLangcode function core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTest.php Performs language negotiation.
LanguageNegotiationTest::METHOD_ID constant core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTest.php The language negotiation method id.
LanguageNegotiationTest::setUp function core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php
LanguageNegotiationTest::testStringInput function core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php Tests string input.
LanguageNegotiationTest::testTransformWithoutWeights function core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php Tests successful transformation without weights.
LanguageNegotiationTest::testTransformWithWeights function core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php Tests successful transformation without weights.
LanguageNegotiationTestBase class core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationTestBase.php Base class used for testing the various LanguageNegotiation plugins.
LanguageNegotiationTestBase.php file core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationTestBase.php
LanguageNegotiationTestBase::createLanguageNegotiationPlugin function core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationTestBase.php Creates a @LanguageNegotiation plugin using the factory ::create method.
LanguageNegotiationTestBase::getPluginClass function core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationTestBase.php Returns the plugin class to use for creating the language negotiation plugin.
LanguageNegotiationTestTs class core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php Class for identifying language from a selected language.
LanguageNegotiationTestTs.php file core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php
LanguageNegotiationTestTs::METHOD_ID constant core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php The language negotiation method id.
LanguageNegotiationUrlTest class core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php Tests Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationUrl.
LanguageNegotiationUrlTest class core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php Tests Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationUrl.
LanguageNegotiationUrlTest.php file core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php
LanguageNegotiationUrlTest.php file core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php
LanguageNegotiationUrlTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php The theme to install as the default for testing.
LanguageNegotiationUrlTest::$languageManager property core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php The language manager.
LanguageNegotiationUrlTest::$languages property core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php An array of languages.
LanguageNegotiationUrlTest::$modules property core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php Modules to install.
LanguageNegotiationUrlTest::$user property core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php
LanguageNegotiationUrlTest::$user property core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php The test user.
LanguageNegotiationUrlTest::providerNeutralLanguages function core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php Provides data for the neutral language test.
LanguageNegotiationUrlTest::providerTestDomain function core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php Provides data for the domain test.
LanguageNegotiationUrlTest::providerTestPathPrefix function core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php Provides data for the path prefix test.
LanguageNegotiationUrlTest::setUp function core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php
LanguageNegotiationUrlTest::setUp function core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php
LanguageNegotiationUrlTest::testDomain function core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php Tests domain.
LanguageNegotiationUrlTest::testDomain function core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php Tests domain language negotiation and outbound path processing.
LanguageNegotiationUrlTest::testNeutralLanguages function core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php Tests outbound path processing for neutral languages.
LanguageNegotiationUrlTest::testPathPrefix function core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php Tests path prefix language negotiation and outbound path processing.
LanguageNegotiationUrlTest::testProcessOutboundOutputsRelativePathsForSameDomain function core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php Tests path outbound processing correctly setting relative/absolute paths.
LanguageNegotiatorPluginTest class core/modules/language/tests/src/Kernel/LanguageNegotiatorPluginTest.php Tests PluginNotFoundException.
LanguageNegotiatorPluginTest.php file core/modules/language/tests/src/Kernel/LanguageNegotiatorPluginTest.php
LanguageNegotiatorPluginTest::$modules property core/modules/language/tests/src/Kernel/LanguageNegotiatorPluginTest.php Modules to install.
LanguageNegotiatorPluginTest::testLanguageNegotiatorNoPlugin function core/modules/language/tests/src/Kernel/LanguageNegotiatorPluginTest.php Tests for PluginNotFoundException.
LanguagePathMonolingualTest class core/modules/language/tests/src/Functional/LanguagePathMonolingualTest.php Confirm that paths are not changed on monolingual non-English sites.
LanguagePathMonolingualTest.php file core/modules/language/tests/src/Functional/LanguagePathMonolingualTest.php
LanguagePathMonolingualTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguagePathMonolingualTest.php The theme to install as the default for testing.
LanguagePathMonolingualTest::$modules property core/modules/language/tests/src/Functional/LanguagePathMonolingualTest.php Modules to install.
LanguagePathMonolingualTest::setUp function core/modules/language/tests/src/Functional/LanguagePathMonolingualTest.php
LanguagePathMonolingualTest::testPageLinks function core/modules/language/tests/src/Functional/LanguagePathMonolingualTest.php Verifies that links do not have language prefixes in them.
LanguagePluginTest class core/modules/ckeditor5/tests/src/Unit/LanguagePluginTest.php Tests Drupal\ckeditor5\Plugin\CKEditor5Plugin\Language.
LanguagePluginTest.php file core/modules/ckeditor5/tests/src/Unit/LanguagePluginTest.php
LanguagePluginTest::buildExpectedDynamicConfig function core/modules/ckeditor5/tests/src/Unit/LanguagePluginTest.php Builds the expected dynamic configuration output given a language list.
LanguagePluginTest::providerGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/LanguagePluginTest.php Provides a list of configs to test.
LanguagePluginTest::testGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/LanguagePluginTest.php Tests get dynamic plugin config.
LanguageSelectElementTest class core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php Tests the language selection form element.

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