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
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivate function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL using the "private://" scheme.
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivateLanguage function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL with the "private://" schema and language prefix.
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivateUnclean function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL with the "private://" schema and unclean URLs.
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublic function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL using the "public://" scheme.
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublicLanguage function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL with the "public://" schema and language prefix.
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublicUnclean function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL with the "public://" scheme and unclean URLs.
ImageStylesPathAndUrlTest::testImageStyleUrlExtraSlash function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL with a file URL that has an extra slash in it.
ImageStylesPathAndUrlTest::testImageStyleUrlForMissingSourceImage function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests that an invalid source image returns a 404.
ImageStylesTest class core/modules/image/tests/src/Kernel/Plugin/migrate/source/d7/ImageStylesTest.php Tests the D7 ImageStyles source plugin.
ImageStylesTest.php file core/modules/image/tests/src/Kernel/Plugin/migrate/source/d7/ImageStylesTest.php
ImageStylesTest::$modules property core/modules/image/tests/src/Kernel/Plugin/migrate/source/d7/ImageStylesTest.php Modules to enable.
ImageStylesTest::providerSource function core/modules/image/tests/src/Kernel/Plugin/migrate/source/d7/ImageStylesTest.php The data provider.
ImageStyleTest class core/modules/image/tests/src/Unit/ImageStyleTest.php @coversDefaultClass \Drupal\image\Entity\ImageStyle[[api-linebreak]]
ImageStyleTest class core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php JSON:API integration test for the "ImageStyle" config entity type.
ImageStyleTest.php file core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php
ImageStyleTest.php file core/modules/image/tests/src/Unit/ImageStyleTest.php
ImageStyleTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php The theme to install as the default for testing.
ImageStyleTest::$effectUuid property core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php The effect UUID.
ImageStyleTest::$entity property core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php
ImageStyleTest::$entityType property core/modules/image/tests/src/Unit/ImageStyleTest.php The entity type used for testing.
ImageStyleTest::$entityTypeId property core/modules/image/tests/src/Unit/ImageStyleTest.php The ID of the type of the entity under test.
ImageStyleTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php The tested entity type.
ImageStyleTest::$entityTypeManager property core/modules/image/tests/src/Unit/ImageStyleTest.php The entity type manager used for testing.
ImageStyleTest::$modules property core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php Modules to enable.
ImageStyleTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php The name of the tested JSON:API resource type.
ImageStyleTest::createEntity function core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php Creates the entity to be tested.
ImageStyleTest::fileDefaultScheme function core/modules/image/tests/src/Unit/ImageStyleTest.php Mock function for ImageStyle::fileDefaultScheme().
ImageStyleTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php Returns the expected JSON:API document for the entity.
ImageStyleTest::getImageStyleMock function core/modules/image/tests/src/Unit/ImageStyleTest.php Gets a mocked image style for testing.
ImageStyleTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php Returns the JSON:API POST document.
ImageStyleTest::setUp function core/modules/image/tests/src/Unit/ImageStyleTest.php
ImageStyleTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php Sets up the necessary authorization.
ImageStyleTest::testBuildUri function core/modules/image/tests/src/Unit/ImageStyleTest.php @covers ::buildUri[[api-linebreak]]
ImageStyleTest::testGetDerivativeExtension function core/modules/image/tests/src/Unit/ImageStyleTest.php @covers ::getDerivativeExtension[[api-linebreak]]
ImageStyleTest::testGetPathToken function core/modules/image/tests/src/Unit/ImageStyleTest.php @covers ::getPathToken[[api-linebreak]]
ImageStyleXmlAnonTest class core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest.php @group rest
ImageStyleXmlAnonTest.php file core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest.php
ImageStyleXmlAnonTest::$defaultTheme property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest.php The theme to install as the default for testing.
ImageStyleXmlAnonTest::$format property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest.php The format to use in this test.
ImageStyleXmlAnonTest::$mimeType property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest.php The MIME type that corresponds to $format.
ImageStyleXmlAnonTest::testGet function core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest.php Tests a GET request for an entity, plus edge cases to ensure good DX.
ImageStyleXmlBasicAuthTest class core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php @group rest
ImageStyleXmlBasicAuthTest.php file core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php
ImageStyleXmlBasicAuthTest::$auth property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php The authentication mechanism to use in this test.
ImageStyleXmlBasicAuthTest::$defaultTheme property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php The theme to install as the default for testing.
ImageStyleXmlBasicAuthTest::$format property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php The format to use in this test.
ImageStyleXmlBasicAuthTest::$mimeType property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php The MIME type that corresponds to $format.
ImageStyleXmlBasicAuthTest::$modules property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php Modules to install.
ImageStyleXmlBasicAuthTest::testGet function core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php Tests a GET request for an entity, plus edge cases to ensure good DX.
ImageStyleXmlCookieTest class core/modules/image/tests/src/Functional/Rest/ImageStyleXmlCookieTest.php @group rest

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