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. 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
FeedLanguageTest::$modules property core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php Modules to install.
FeedLanguageTest::setUp function core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php
FeedLanguageTest::testFeedLanguage function core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php Tests creation of feeds with a language.
FeedParserTest class core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests the built-in feed parser with valid feed samples.
FeedParserTest.php file core/modules/aggregator/tests/src/Functional/FeedParserTest.php
FeedParserTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/FeedParserTest.php The theme to install as the default for testing.
FeedParserTest::setUp function core/modules/aggregator/tests/src/Functional/FeedParserTest.php
FeedParserTest::testAtomSample function core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests a feed that uses the Atom format.
FeedParserTest::testHtmlEntitiesSample function core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests a feed that uses HTML entities in item titles.
FeedParserTest::testInvalidFeed function core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests error handling when an invalid feed is added.
FeedParserTest::testRedirectFeed function core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests that a redirected feed is tracked to its target.
FeedParserTest::testRSS091Sample function core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests a feed that uses the RSS 0.91 format.
FeedProcessorPluginTest class core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php Tests the processor plugins functionality and discoverability.
FeedProcessorPluginTest.php file core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php
FeedProcessorPluginTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php The theme to install as the default for testing.
FeedProcessorPluginTest::setUp function core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php
FeedProcessorPluginTest::testDelete function core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php Tests deleting functionality.
FeedProcessorPluginTest::testPostProcess function core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php Tests post-processing functionality.
FeedProcessorPluginTest::testProcess function core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php Tests processing functionality.
FeedResourceTestBase class core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php
FeedResourceTestBase.php file core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php
FeedResourceTestBase::$entityTypeId property core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php The tested entity type.
FeedResourceTestBase::$modules property core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php Modules to install.
FeedResourceTestBase::$patchProtectedFieldNames property core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php The fields that are protected against modification during PATCH requests.
FeedResourceTestBase::$uniqueFieldNames property core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php A list of fields that need a unique value.
FeedResourceTestBase::createEntity function core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php Creates the entity to be tested.
FeedResourceTestBase::getExpectedNormalizedEntity function core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php Returns the expected normalization of the entity.
FeedResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php Return the expected error message.
FeedResourceTestBase::getNormalizedPostEntity function core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php Returns the normalized POST entity.
FeedResourceTestBase::setUpAuthorization function core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php Sets up the necessary authorization.
FeedTest class core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php JSON:API integration test for the "Feed" content entity type.
FeedTest.php file core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php
FeedTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php The theme to install as the default for testing.
FeedTest::$entity property core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php
FeedTest::$entityTypeId property core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php The tested entity type.
FeedTest::$modules property core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Modules to enable.
FeedTest::$patchProtectedFieldNames property core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php The fields that are protected against modification during PATCH requests.
FeedTest::$resourceTypeName property core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php The name of the tested JSON:API resource type.
FeedTest::$uniqueFieldNames property core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Fields that need unique values.
FeedTest::createAnotherEntity function core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Creates another entity to be tested.
FeedTest::createEntity function core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Creates the entity to be tested.
FeedTest::getExpectedDocument function core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Returns the expected JSON:API document for the entity.
FeedTest::getExpectedUnauthorizedAccessMessage function core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Return the expected error message.
FeedTest::getPostDocument function core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Returns the JSON:API POST document.
FeedTest::setUpAuthorization function core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Sets up the necessary authorization.
FeedTest::testCollectionFilterAccess function core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php
FeedValidationTest class core/modules/aggregator/tests/src/Kernel/FeedValidationTest.php Tests feed validation constraints.
FeedValidationTest.php file core/modules/aggregator/tests/src/Kernel/FeedValidationTest.php
FeedValidationTest::$modules property core/modules/aggregator/tests/src/Kernel/FeedValidationTest.php Modules to install.
FeedValidationTest::setUp function core/modules/aggregator/tests/src/Kernel/FeedValidationTest.php

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