Search for test

  1. Search 7.x for test
  2. Search 9.5.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
AggregatorTestBase::createFeed function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates an aggregator feed.
AggregatorTestBase::createFeed function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Creates an aggregator feed.
AggregatorTestBase::createSampleNodes function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates sample article nodes.
AggregatorTestBase::createSampleNodes function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Creates sample article nodes.
AggregatorTestBase::deleteFeed function core/modules/aggregator/src/Tests/AggregatorTestBase.php Deletes an aggregator feed.
AggregatorTestBase::deleteFeed function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Deletes an aggregator feed.
AggregatorTestBase::deleteFeedItems function core/modules/aggregator/src/Tests/AggregatorTestBase.php Confirms an item removal from a feed.
AggregatorTestBase::deleteFeedItems function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Confirms an item removal from a feed.
AggregatorTestBase::enableTestPlugins function core/modules/aggregator/src/Tests/AggregatorTestBase.php Enable the plugins coming with aggregator_test module.
AggregatorTestBase::enableTestPlugins function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Enable the plugins coming with aggregator_test module.
AggregatorTestBase::getAtomSample function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a example Atom feed.
AggregatorTestBase::getAtomSample function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Returns a example Atom feed.
AggregatorTestBase::getDefaultFeedItemCount function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns the count of the randomly created feed array.
AggregatorTestBase::getDefaultFeedItemCount function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Returns the count of the randomly created feed array.
AggregatorTestBase::getEmptyOpml function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates a valid but empty OPML file.
AggregatorTestBase::getEmptyOpml function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Creates a valid but empty OPML file.
AggregatorTestBase::getFeedEditArray function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a randomly generated feed edit array.
AggregatorTestBase::getFeedEditArray function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Returns a randomly generated feed edit array.
AggregatorTestBase::getFeedEditObject function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a randomly generated feed edit object.
AggregatorTestBase::getFeedEditObject function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Returns a randomly generated feed edit object.
AggregatorTestBase::getHtmlEntitiesSample function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a example feed.
AggregatorTestBase::getHtmlEntitiesSample function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Returns a example feed.
AggregatorTestBase::getInvalidOpml function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates an invalid OPML file.
AggregatorTestBase::getInvalidOpml function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Creates an invalid OPML file.
AggregatorTestBase::getRSS091Sample function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a example RSS091 feed.
AggregatorTestBase::getRSS091Sample function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Returns a example RSS091 feed.
AggregatorTestBase::getValidOpml function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates a valid OPML file from an array of feeds.
AggregatorTestBase::getValidOpml function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Creates a valid OPML file from an array of feeds.
AggregatorTestBase::setUp function core/modules/aggregator/src/Tests/AggregatorTestBase.php Sets up a Drupal site for running functional and integration tests.
AggregatorTestBase::setUp function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php
AggregatorTestBase::uniqueFeed function core/modules/aggregator/src/Tests/AggregatorTestBase.php Checks whether the feed name and URL are unique.
AggregatorTestBase::uniqueFeed function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Checks whether the feed name and URL are unique.
AggregatorTestBase::updateAndDelete function core/modules/aggregator/src/Tests/AggregatorTestBase.php Adds and deletes feed items and ensure that the count is zero.
AggregatorTestBase::updateAndDelete function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Adds and deletes feed items and ensure that the count is zero.
AggregatorTestBase::updateFeedItems function core/modules/aggregator/src/Tests/AggregatorTestBase.php Updates the feed items.
AggregatorTestBase::updateFeedItems function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Updates the feed items.
AggregatorTestRssController class core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php Controller for the aggregator_test module.
AggregatorTestRssController.php file core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php
AggregatorTestRssController::testFeed function core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php Generates a test feed and simulates last-modified and etags.
AggregatorTestRssController::testRedirect function core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php Generates a rest redirect to the test feed.
AggregatorTitleTest class core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php Tests the aggregator_title formatter.
AggregatorTitleTest.php file core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php
AggregatorTitleTest::$fieldName property core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php The field name that is tested.
AggregatorTitleTest::$modules property core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php Modules to enable.
AggregatorTitleTest::setUp function core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php
AggregatorTitleTest::testStringFormatter function core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php Tests the formatter output.
AggregatorUpdateTest class core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Tests that node settings are properly updated during database updates.
AggregatorUpdateTest.php file core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php
AggregatorUpdateTest::setDatabaseDumpFiles function core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Set database dump files to be used.
AggregatorUpdateTest::testSourceFeedRequired function core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Tests that the 'Source feed' field is required.

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