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
TermTest.php file core/modules/taxonomy/tests/src/Functional/TermTest.php
TermTest.php file core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTest.php
TermTest.php file core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTest.php
TermTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermTest.php The theme to install as the default for testing.
TermTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/TermTest.php The theme to install as the default for testing.
TermTest::$entity property core/modules/jsonapi/tests/src/Functional/TermTest.php
TermTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/TermTest.php The tested entity type.
TermTest::$field property core/modules/taxonomy/tests/src/Functional/TermTest.php Taxonomy term reference field for testing.
TermTest::$modules property core/modules/taxonomy/tests/src/Functional/TermTest.php Modules to install.
TermTest::$modules property core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTest.php Modules to install.
TermTest::$modules property core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTest.php Modules to install.
TermTest::$modules property core/modules/jsonapi/tests/src/Functional/TermTest.php Modules to install.
TermTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/TermTest.php The fields that are protected against modification during PATCH requests.
TermTest::$resourceTypeIsVersionable property core/modules/jsonapi/tests/src/Functional/TermTest.php Whether the tested JSON:API resource is versionable.
TermTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/TermTest.php The name of the tested JSON:API resource type.
TermTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/TermTest.php Vocabulary for testing.
TermTest::createEntity function core/modules/jsonapi/tests/src/Functional/TermTest.php Creates the entity to be tested.
TermTest::getExpectedCacheContexts function core/modules/jsonapi/tests/src/Functional/TermTest.php The expected cache contexts for the GET/HEAD response of the test entity.
TermTest::getExpectedCacheTags function core/modules/jsonapi/tests/src/Functional/TermTest.php The expected cache tags for the GET/HEAD response of the test entity.
TermTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/TermTest.php Returns the expected JSON:API document for the entity.
TermTest::getExpectedGetRelationshipDocumentData function core/modules/jsonapi/tests/src/Functional/TermTest.php Gets the expected document data for the given relationship.
TermTest::getExpectedUnauthorizedAccessCacheability function core/modules/jsonapi/tests/src/Functional/TermTest.php Returns the expected cacheability for an unauthorized response.
TermTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/TermTest.php Return the expected error message.
TermTest::getParentTids function core/modules/taxonomy/tests/src/Functional/TermTest.php Get the parent tids for a term including root.
TermTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/TermTest.php Returns the JSON:API POST document.
TermTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTest.php Provides source data for ::testSource.
TermTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTest.php Provides source data for ::testSource.
TermTest::providerTestGetIndividualTermWithParent function core/modules/jsonapi/tests/src/Functional/TermTest.php Data provider for ::testGetIndividualTermWithParent().
TermTest::reloadTermByName function core/modules/taxonomy/tests/src/Functional/TermTest.php Reloads a term by name.
TermTest::setUp function core/modules/taxonomy/tests/src/Functional/TermTest.php
TermTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/TermTest.php Sets up the necessary authorization.
TermTest::setUpRevisionAuthorization function core/modules/jsonapi/tests/src/Functional/TermTest.php Sets up the necessary authorization for handling revisions.
TermTest::testCollectionFilterAccess function core/modules/jsonapi/tests/src/Functional/TermTest.php
TermTest::testGetIndividualTermWithParent function core/modules/jsonapi/tests/src/Functional/TermTest.php Tests GETting a term with a parent term other than the default <root> (0).
TermTest::testNodeTermCreationAndDeletion function core/modules/taxonomy/tests/src/Functional/TermTest.php Tests term creation with a free-tagging vocabulary from the node form.
TermTest::testPatchPath function core/modules/jsonapi/tests/src/Functional/TermTest.php Tests PATCHing a term's path.
TermTest::testPrimaryTabsOrder function core/modules/taxonomy/tests/src/Functional/TermTest.php Tests the order of primary tabs on the term edit page.
TermTest::testRedirects function core/modules/taxonomy/tests/src/Functional/TermTest.php Tests destination after saving terms.
TermTest::testReSavingTags function core/modules/taxonomy/tests/src/Functional/TermTest.php Tests that editing and saving a node with no changes works correctly.
TermTest::testTaxonomyTermChildTerms function core/modules/taxonomy/tests/src/Functional/TermTest.php Tests that many terms with parents show on each page.
TermTest::testTaxonomyTermHierarchy function core/modules/taxonomy/tests/src/Functional/TermTest.php Tests terms in a single and multiple hierarchy.
TermTest::testTermBreadcrumbs function core/modules/taxonomy/tests/src/Functional/TermTest.php Check the breadcrumb on edit and delete a term page.
TermTest::testTermInterface function core/modules/taxonomy/tests/src/Functional/TermTest.php Save, edit and delete a term using the user interface.
TermTest::testTermMultipleParentsInterface function core/modules/taxonomy/tests/src/Functional/TermTest.php Tests saving a term with multiple parents through the UI.
TermTest::testTermReorder function core/modules/taxonomy/tests/src/Functional/TermTest.php Save, edit and delete a term using the user interface.
TermTest::testTermSaveOverrideSelector function core/modules/taxonomy/tests/src/Functional/TermTest.php Test UI with override_selector TRUE.
TermTranslationFieldViewTest class core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Tests the translation of taxonomy terms field on nodes.
TermTranslationFieldViewTest.php file core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php
TermTranslationFieldViewTest::$baseTagName property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php The tag in the source language.
TermTranslationFieldViewTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php The theme to install as the default for testing.

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