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
ConfigTestTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php Returns the expected JSON:API document for the entity.
ConfigTestTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php Return the expected error message.
ConfigTestTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php Returns the JSON:API POST document.
ConfigTestTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php Sets up the necessary authorization.
ConfigTestTrait trait core/tests/Drupal/Tests/ConfigTestTrait.php Provides helper methods to deal with config system objects in tests.
ConfigTestTrait.php file core/tests/Drupal/Tests/ConfigTestTrait.php
ConfigTestTrait::configImporter function core/tests/Drupal/Tests/ConfigTestTrait.php Returns a ConfigImporter object to import test configuration.
ConfigTestTrait::copyConfig function core/tests/Drupal/Tests/ConfigTestTrait.php Copies configuration objects from source storage to target storage.
ConfigTestValidationTest class core/modules/config/tests/config_test/tests/src/Kernel/ConfigTestValidationTest.php Tests validation of config_test entities.
ConfigTestValidationTest.php file core/modules/config/tests/config_test/tests/src/Kernel/ConfigTestValidationTest.php
ConfigTestValidationTest::$modules property core/modules/config/tests/config_test/tests/src/Kernel/ConfigTestValidationTest.php Modules to install.
ConfigTestValidationTest::setUp function core/modules/config/tests/config_test/tests/src/Kernel/ConfigTestValidationTest.php
ConfigTestXmlAnonTest class core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlAnonTest.php Tests ConfigTest Xml Anon.
ConfigTestXmlAnonTest.php file core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlAnonTest.php
ConfigTestXmlAnonTest::$defaultTheme property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlAnonTest.php The theme to install as the default for testing.
ConfigTestXmlAnonTest::$format property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlAnonTest.php The format to use in this test.
ConfigTestXmlAnonTest::$mimeType property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlAnonTest.php The MIME type that corresponds to $format.
ConfigTestXmlBasicAuthTest class core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php Tests ConfigTest Xml Basic Auth.
ConfigTestXmlBasicAuthTest.php file core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php
ConfigTestXmlBasicAuthTest::$auth property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php The authentication mechanism to use in this test.
ConfigTestXmlBasicAuthTest::$defaultTheme property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php The theme to install as the default for testing.
ConfigTestXmlBasicAuthTest::$format property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php The format to use in this test.
ConfigTestXmlBasicAuthTest::$mimeType property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php The MIME type that corresponds to $format.
ConfigTestXmlBasicAuthTest::$modules property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php Modules to install.
ConfigTestXmlCookieTest class core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlCookieTest.php Tests ConfigTest Xml Cookie.
ConfigTestXmlCookieTest.php file core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlCookieTest.php
ConfigTestXmlCookieTest::$auth property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlCookieTest.php The authentication mechanism to use in this test.
ConfigTestXmlCookieTest::$defaultTheme property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlCookieTest.php The theme to install as the default for testing.
ConfigTestXmlCookieTest::$format property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlCookieTest.php The format to use in this test.
ConfigTestXmlCookieTest::$mimeType property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlCookieTest.php The MIME type that corresponds to $format.
ConfigTranslationCacheTest class core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php Translate settings and entities to various languages.
ConfigTranslationCacheTest.php file core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php
ConfigTranslationCacheTest::$adminUser property core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php Administrator user for tests.
ConfigTranslationCacheTest::$defaultTheme property core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php The theme to install as the default for testing.
ConfigTranslationCacheTest::$langcodes property core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php Languages to enable.
ConfigTranslationCacheTest::$localeStorage property core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php String translation storage object.
ConfigTranslationCacheTest::$modules property core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php Modules to install.
ConfigTranslationCacheTest::$translatorUser property core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php Translator user for tests.
ConfigTranslationCacheTest::setUp function core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php
ConfigTranslationCacheTest::testFieldConfigTranslation function core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php Tests the translation of field and field storage configuration.
ConfigTranslationDateFormatUiTest class core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php Tests the content translation behaviors on date formats.
ConfigTranslationDateFormatUiTest.php file core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php
ConfigTranslationDateFormatUiTest::$defaultTheme property core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php The theme to install as the default for testing.
ConfigTranslationDateFormatUiTest::$modules property core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php Modules to install.
ConfigTranslationDateFormatUiTest::setUp function core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php
ConfigTranslationDateFormatUiTest::testDateFormatTranslation function core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php Tests date format translation.
ConfigTranslationDateFormatUiTest::testDateFormatUI function core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php Tests date format translation behavior.
ConfigTranslationFormTest class core/modules/config_translation/tests/src/Kernel/ConfigTranslationFormTest.php Tests for altering configuration translation forms.
ConfigTranslationFormTest.php file core/modules/config_translation/tests/src/Kernel/ConfigTranslationFormTest.php
ConfigTranslationFormTest::$modules property core/modules/config_translation/tests/src/Kernel/ConfigTranslationFormTest.php Modules to install.

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