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. Search main for test
  6. 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
TemplateProjectTestBase::writeSettings function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Appends PHP code to the test site's settings.php.
template_preprocess_module_test_procedural_preprocess_includes function core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.additional.inc Template preprocess function for module_test_procedural_preprocess_includes.
template_preprocess_module_test_procedural_preprocess_theme function core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.theme.inc Template preprocess function for module_test_procedural_preprocess_theme.
template_preprocess_test function core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.module
template_preprocess_theme_test function core/modules/system/tests/modules/theme_test/theme_test.inc Preprocesses variables for theme_theme_test().
template_preprocess_theme_test_deprecations_preprocess function core/modules/system/tests/modules/theme_test/theme_test.module Implements template_preprocess_HOOK() for theme_test_deprecations_preprocess.
template_preprocess_theme_test_registered_by_module function core/modules/system/tests/modules/theme_test/theme_test.module Implements template_preprocess_HOOK() for theme_test_registered_by_module.
template_preprocess_theme_test_render_element function core/modules/system/tests/modules/theme_test/theme_test.module Prepares variables for test render element templates.
TemporaryQueryTest class core/modules/mysqli/tests/src/Kernel/mysqli/TemporaryQueryTest.php Tests the temporary query functionality.
TemporaryQueryTest class core/modules/pgsql/tests/src/Kernel/pgsql/TemporaryQueryTest.php Tests the temporary query functionality.
TemporaryQueryTest class core/modules/mysql/tests/src/Kernel/mysql/TemporaryQueryTest.php Tests the temporary query functionality.
TemporaryQueryTest class core/modules/sqlite/tests/src/Kernel/sqlite/TemporaryQueryTest.php Tests the temporary query functionality.
TemporaryQueryTest.php file core/modules/sqlite/tests/src/Kernel/sqlite/TemporaryQueryTest.php
TemporaryQueryTest.php file core/modules/mysql/tests/src/Kernel/mysql/TemporaryQueryTest.php
TemporaryQueryTest.php file core/modules/pgsql/tests/src/Kernel/pgsql/TemporaryQueryTest.php
TemporaryQueryTest.php file core/modules/mysqli/tests/src/Kernel/mysqli/TemporaryQueryTest.php
TemporaryQueryTest::testTemporaryQuery function core/modules/pgsql/tests/src/Kernel/pgsql/TemporaryQueryTest.php Confirms that temporary tables work.
TemporaryQueryTest::testTemporaryQuery function core/modules/mysql/tests/src/Kernel/mysql/TemporaryQueryTest.php Confirms that temporary tables work.
TemporaryQueryTest::testTemporaryQuery function core/modules/sqlite/tests/src/Kernel/sqlite/TemporaryQueryTest.php Confirms that temporary tables work.
TemporaryQueryTestBase class core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php Tests the temporary query functionality.
TemporaryQueryTestBase.php file core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php
TemporaryQueryTestBase::countTableRows function core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php Returns the number of rows of a table.
TemporaryQueryTestBase::getConnection function core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php Returns the connection.
TemporaryQueryTestBase::testTemporaryQuery function core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php Confirms that temporary tables work.
TempStoreDatabaseTest class core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php Tests the temporary object storage system.
TempStoreDatabaseTest.php file core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php
TempStoreDatabaseTest::testSharedTempStore function core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php Tests the SharedTempStore API.
TermAccessTest class core/modules/taxonomy/tests/src/Functional/TermAccessTest.php Tests the taxonomy term access permissions.
TermAccessTest.php file core/modules/taxonomy/tests/src/Functional/TermAccessTest.php
TermAccessTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermAccessTest.php The theme to install as the default for testing.
TermAccessTest::assertTermAccess function core/modules/taxonomy/tests/src/Functional/TermAccessTest.php Checks access on taxonomy term.
TermAccessTest::testTermAccess function core/modules/taxonomy/tests/src/Functional/TermAccessTest.php Tests access control functionality for taxonomy terms.
TermAutocompleteTest class core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php Tests the autocomplete implementation of the taxonomy class.
TermAutocompleteTest.php file core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php
TermAutocompleteTest::$adminUser property core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php The admin user.
TermAutocompleteTest::$autocompleteUrl property core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php The autocomplete URL to call.
TermAutocompleteTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php The theme to install as the default for testing.
TermAutocompleteTest::$fieldName property core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php The field to add to the content type for the taxonomy terms.
TermAutocompleteTest::$modules property core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php Modules to install.
TermAutocompleteTest::$termIds property core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php The term IDs indexed by term names.
TermAutocompleteTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php The vocabulary.
TermAutocompleteTest::drupalGetJson function core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php Helper function for JSON formatted requests.
TermAutocompleteTest::setUp function core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php
TermAutocompleteTest::testAutocompleteCountResults function core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php Tests that the autocomplete method returns the good number of results.
TermAutocompleteTest::testAutocompleteOrderedResults function core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php Tests that the autocomplete method returns properly ordered results.
TermCacheTagsTest class core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php Tests the Taxonomy term entity's cache tags.
TermCacheTagsTest.php file core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php
TermCacheTagsTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php The theme to install as the default for testing.
TermCacheTagsTest::$modules property core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php Modules to install.
TermCacheTagsTest::createEntity function core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php Creates the entity to be tested.

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