Search for test

  1. Search 7.x for test
  2. Search 8.9.x for test
  3. Search 10.3.x for test
  4. Search 11.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
TaxonomyTermPagerTest::$modules property core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php Modules to enable.
TaxonomyTermPagerTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php Vocabulary for testing.
TaxonomyTermPagerTest::setUp function core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php
TaxonomyTermPagerTest::testTaxonomyTermOverviewPager function core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php Tests that the pager is displayed properly on the term overview page.
TaxonomyTermReferenceFieldTest class core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php @coversDefaultClass \Drupal\taxonomy\Plugin\migrate\field\TaxonomyTermReference[[api-linebreak]]
@group taxonomy
TaxonomyTermReferenceFieldTest.php file core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php
TaxonomyTermReferenceFieldTest::$migration property core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php
TaxonomyTermReferenceFieldTest::$plugin property core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php
TaxonomyTermReferenceFieldTest::setUp function core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php
TaxonomyTermReferenceFieldTest::testDefineValueProcessPipeline function core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php @covers ::defineValueProcessPipeline[[api-linebreak]]
TaxonomyTermViewTest class core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php Tests the taxonomy term view page and its translation.
TaxonomyTermViewTest.php file core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php
TaxonomyTermViewTest::$adminUser property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php A user with permissions to administer taxonomy.
TaxonomyTermViewTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php The theme to install as the default for testing.
TaxonomyTermViewTest::$fieldName1 property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php Name of the taxonomy term reference field.
TaxonomyTermViewTest::$modules property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php Modules to enable.
TaxonomyTermViewTest::setUp function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php Sets up the test.
TaxonomyTermViewTest::testTaxonomyTermView function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php Tests that the taxonomy term view is working properly.
TaxonomyTestBase class core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php Base class for all taxonomy tests.
TaxonomyTestBase class core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php Base class for views kernel taxonomy tests.
TaxonomyTestBase class core/modules/taxonomy/tests/src/Functional/TaxonomyTestBase.php Provides common helper methods for Taxonomy module tests.
TaxonomyTestBase.php file core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php
TaxonomyTestBase.php file core/modules/taxonomy/tests/src/Functional/TaxonomyTestBase.php
TaxonomyTestBase.php file core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php
TaxonomyTestBase::$modules property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php Modules to enable.
TaxonomyTestBase::$modules property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php Modules to enable.
TaxonomyTestBase::$modules property core/modules/taxonomy/tests/src/Functional/TaxonomyTestBase.php Modules to enable.
TaxonomyTestBase::$nodes property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php Stores the nodes used for the different tests.
TaxonomyTestBase::$nodes property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php Stores the nodes used for the different tests.
TaxonomyTestBase::$term1 property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php Stores the first term used in the different tests.
TaxonomyTestBase::$term1 property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php Stores the first term used in the different tests.
TaxonomyTestBase::$term2 property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php Stores the second term used in the different tests.
TaxonomyTestBase::$term2 property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php Stores the second term used in the different tests.
TaxonomyTestBase::$vocabulary property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php The vocabulary used for creating terms.
TaxonomyTestBase::$vocabulary property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php The vocabulary used for creating terms.
TaxonomyTestBase::createTerm function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php Creates and returns a taxonomy term.
TaxonomyTestBase::createTerm function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php Creates and returns a taxonomy term.
TaxonomyTestBase::mockStandardInstall function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php Provides a workaround for the inability to use the standard profile.
TaxonomyTestBase::mockStandardInstall function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php Provides a workaround for the inability to use the standard profile.
TaxonomyTestBase::setUp function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php
TaxonomyTestBase::setUp function core/modules/taxonomy/tests/src/Functional/TaxonomyTestBase.php
TaxonomyTestBase::setUp function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php Sets up the test.
TaxonomyTestTrait trait core/modules/taxonomy/tests/src/Traits/TaxonomyTestTrait.php Provides common helper methods for Taxonomy module tests.
TaxonomyTestTrait.php file core/modules/taxonomy/tests/src/Traits/TaxonomyTestTrait.php
TaxonomyTestTrait::createTerm function core/modules/taxonomy/tests/src/Traits/TaxonomyTestTrait.php Returns a new term with random properties given a vocabulary.
TaxonomyTestTrait::createVocabulary function core/modules/taxonomy/tests/src/Traits/TaxonomyTestTrait.php Returns a new vocabulary with random properties.
TaxonomyTranslationTestTrait trait core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php Provides common testing base for translated taxonomy terms.
TaxonomyTranslationTestTrait.php file core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php
TaxonomyTranslationTestTrait::$baseLangcode property core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php The langcode of the source language.
TaxonomyTranslationTestTrait::$node property core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php The node to check the translated value on.

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