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
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::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.
TermTranslationFieldViewTest::$modules property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Modules to install.
TermTranslationFieldViewTest::$term property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php The term that should be translated.
TermTranslationFieldViewTest::$translatedTagName property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php The translated value for the tag.
TermTranslationFieldViewTest::setUp function core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php
TermTranslationFieldViewTest::setUpNode function core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Creates a test subject node, with translation.
TermTranslationFieldViewTest::setUpTerm function core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Creates a test subject term, with translation.
TermTranslationFieldViewTest::testTranslatedTaxonomyTermReferenceDisplay function core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Tests if the translated taxonomy term is displayed.
TermTranslationTest class core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTranslationTest.php Tests taxonomy term source plugin.
TermTranslationTest class core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTranslationTest.php Tests D7 i18n term localized source plugin.
TermTranslationTest class core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php Tests for proper breadcrumb translation.
TermTranslationTest.php file core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php
TermTranslationTest.php file core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTranslationTest.php
TermTranslationTest.php file core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTranslationTest.php
TermTranslationTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php The theme to install as the default for testing.
TermTranslationTest::$modules property core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php Modules to install.
TermTranslationTest::$modules property core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTranslationTest.php Modules to install.
TermTranslationTest::$modules property core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTranslationTest.php Modules to install.
TermTranslationTest::$terms property core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php Created terms.
TermTranslationTest::$termTranslationMap property core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php Term to translated term mapping.
TermTranslationTest::getLeafTerm function core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php Get the final (leaf) term in the hierarchy.
TermTranslationTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTranslationTest.php
TermTranslationTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTranslationTest.php
TermTranslationTest::setUp function core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php
TermTranslationTest::setUpTerms function core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php Setup translated terms in a hierarchy.
TermTranslationTest::testTermsTranslation function core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php Tests translation of terms are showed in the node.
TermTranslationTest::testTranslatedBreadcrumbs function core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php Tests translated breadcrumbs.
TermTranslationUITest class core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Tests the Term Translation UI.
TermTranslationUITest.php file core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php
TermTranslationUITest::$defaultCacheContexts property core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Default cache contexts expected on a non-translated entity.
TermTranslationUITest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php The theme to install as the default for testing.
TermTranslationUITest::$modules property core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Modules to install.
TermTranslationUITest::$vocabulary property core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php The vocabulary used for creating terms.

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