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
ItemsPerPageTest::testItemsPerPage function core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php Tests the number of items per page.
ItemTest class core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php JSON:API integration test for the "Item" content entity type.
ItemTest.php file core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php
ItemTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php The theme to install as the default for testing.
ItemTest::$entity property core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php
ItemTest::$entityTypeId property core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php The tested entity type.
ItemTest::$modules property core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Modules to enable.
ItemTest::$patchProtectedFieldNames property core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php The fields that are protected against modification during PATCH requests.
ItemTest::$resourceTypeName property core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php The name of the tested JSON:API resource type.
ItemTest::createAnotherEntity function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Creates another entity to be tested.
ItemTest::createEntity function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Creates the entity to be tested.
ItemTest::getExpectedDocument function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Returns the expected JSON:API document for the entity.
ItemTest::getExpectedUnauthorizedAccessMessage function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Return the expected error message.
ItemTest::getPostDocument function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Returns the JSON:API POST document.
ItemTest::setUpAuthorization function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Sets up the necessary authorization.
ItemTest::testCollection function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Tests GETting a collection of resources.
ItemTest::testDeleteIndividual function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Tests DELETEing an individual resource, plus edge cases to ensure good DX.
ItemTest::testGetIndividual function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Tests GETting an individual resource, plus edge cases to ensure good DX.
ItemTest::testPatchIndividual function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Tests PATCHing an individual resource, plus edge cases to ensure good DX.
ItemTest::testPostIndividual function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Tests POSTing an individual resource, plus edge cases to ensure good DX.
ItemTest::testRelated function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Tests GET of the related resource of an individual resource.
ItemTest::testRelationships function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Tests CRUD of individual resource relationship data.
ItemWithoutFeedTest class core/modules/aggregator/tests/src/Kernel/ItemWithoutFeedTest.php Tests clean handling of an item with a missing feed ID.
ItemWithoutFeedTest.php file core/modules/aggregator/tests/src/Kernel/ItemWithoutFeedTest.php
ItemWithoutFeedTest::$modules property core/modules/aggregator/tests/src/Kernel/ItemWithoutFeedTest.php Modules to enable.
ItemWithoutFeedTest::setUp function core/modules/aggregator/tests/src/Kernel/ItemWithoutFeedTest.php
ItemWithoutFeedTest::testEntityCreation function core/modules/aggregator/tests/src/Kernel/ItemWithoutFeedTest.php Tests attempting to create a feed item without a feed.
ItemXmlAnonTest class core/modules/aggregator/tests/src/Functional/Rest/ItemXmlAnonTest.php @group rest
@group legacy
ItemXmlAnonTest.php file core/modules/aggregator/tests/src/Functional/Rest/ItemXmlAnonTest.php
ItemXmlAnonTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlAnonTest.php The theme to install as the default for testing.
ItemXmlAnonTest::$format property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlAnonTest.php The format to use in this test.
ItemXmlAnonTest::$mimeType property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlAnonTest.php The MIME type that corresponds to $format.
ItemXmlBasicAuthTest class core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php @group rest
@group legacy
ItemXmlBasicAuthTest.php file core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php
ItemXmlBasicAuthTest::$auth property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php The authentication mechanism to use in this test.
ItemXmlBasicAuthTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php The theme to install as the default for testing.
ItemXmlBasicAuthTest::$format property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php The format to use in this test.
ItemXmlBasicAuthTest::$mimeType property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php The MIME type that corresponds to $format.
ItemXmlBasicAuthTest::$modules property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php Modules to install.
ItemXmlCookieTest class core/modules/aggregator/tests/src/Functional/Rest/ItemXmlCookieTest.php @group rest
@group legacy
ItemXmlCookieTest.php file core/modules/aggregator/tests/src/Functional/Rest/ItemXmlCookieTest.php
ItemXmlCookieTest::$auth property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlCookieTest.php The authentication mechanism to use in this test.
ItemXmlCookieTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlCookieTest.php The theme to install as the default for testing.
ItemXmlCookieTest::$format property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlCookieTest.php The format to use in this test.
ItemXmlCookieTest::$mimeType property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlCookieTest.php The MIME type that corresponds to $format.
JavascriptDeprecationTest class core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php Tests Javascript deprecation notices.
JavascriptDeprecationTest.php file core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php
JavascriptDeprecationTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php The theme to install as the default for testing.
JavascriptDeprecationTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php Modules to enable.
JavascriptDeprecationTest::testJavascriptDeprecation function core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php Tests Javascript deprecation notices.

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