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
ResourceTestBase::testPatchIndividual function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Tests PATCHing an individual resource, plus edge cases to ensure good DX.
ResourceTestBase::testPostIndividual function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Tests POSTing an individual resource, plus edge cases to ensure good DX.
ResourceTestBase::testRelated function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Tests GET of the related resource of an individual resource.
ResourceTestBase::testRelationships function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Tests CRUD of individual resource relationship data.
ResourceTestBase::testRevisions function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Tests individual and collection revisions.
ResourceTypeRepositoryTest class core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php @coversDefaultClass \Drupal\jsonapi\ResourceType\ResourceTypeRepository[[api-linebreak]]
@group jsonapi
ResourceTypeRepositoryTest.php file core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php
ResourceTypeRepositoryTest::$modules property core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Modules to enable.
ResourceTypeRepositoryTest::$resourceTypeRepository property core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php The JSON:API resource type repository under test.
ResourceTypeRepositoryTest::getFieldsProvider function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Data provider for testMappingNameConflictCheck.
ResourceTypeRepositoryTest::getProvider function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Data provider for testGet.
ResourceTypeRepositoryTest::setUp function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php
ResourceTypeRepositoryTest::testAll function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php @covers ::all[[api-linebreak]]
ResourceTypeRepositoryTest::testCaching function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Ensures that the ResourceTypeRepository's cache does not become stale.
ResourceTypeRepositoryTest::testGet function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php @covers ::get[[api-linebreak]]
@dataProvider getProvider
ResourceTypeRepositoryTest::testMappingNameConflictCheck function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Ensures that a naming conflict in mapping causes an exception to be thrown.
ResourceTypeRepositoryTest::testResourceTypeDisabling function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Tests that resource types can be disabled by a build subscriber.
ResourceTypeRepositoryTest::testResourceTypeFieldAliasing function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Tests that resource type fields can be aliased per resource type.
ResourceTypeRepositoryTest::testResourceTypeFieldDisabling function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Tests that resource type fields can be disabled per resource type.
ResourceTypeRepositoryTest::testResourceTypeRenaming function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Tests that resource types can be renamed.
ResponseGeneratorTest class core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php Tests to see if generator header is added.
ResponseGeneratorTest.php file core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php
ResponseGeneratorTest::$defaultTheme property core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php The theme to install as the default for testing.
ResponseGeneratorTest::$modules property core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php Modules to install.
ResponseGeneratorTest::setUp function core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php
ResponseGeneratorTest::testGeneratorHeaderAdded function core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php Tests to see if generator header is added.
ResponseTest class core/modules/system/tests/src/Functional/Form/ResponseTest.php Tests the form API Response element.
ResponseTest.php file core/modules/system/tests/src/Functional/Form/ResponseTest.php
ResponseTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ResponseTest.php The theme to install as the default for testing.
ResponseTest::$modules property core/modules/system/tests/src/Functional/Form/ResponseTest.php Modules to enable.
ResponseTest::testFormResponse function core/modules/system/tests/src/Functional/Form/ResponseTest.php Tests that enforced responses propagate through subscribers and middleware.
ResponsiveImageAdminUITest class core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php Thoroughly test the administrative interface of the Responsive Image module.
ResponsiveImageAdminUITest.php file core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php
ResponsiveImageAdminUITest::$defaultTheme property core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php The theme to install as the default for testing.
ResponsiveImageAdminUITest::$modules property core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php Modules to enable.
ResponsiveImageAdminUITest::setUp function core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php
ResponsiveImageAdminUITest::testResponsiveImageAdmin function core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php Tests responsive image administration functionality.
ResponsiveImageFieldDisplayTest class core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image display formatter.
ResponsiveImageFieldDisplayTest.php file core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php
ResponsiveImageFieldDisplayTest::$defaultTheme property core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php The theme to install as the default for testing.
ResponsiveImageFieldDisplayTest::$fileUrlGenerator property core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php The file URL generator.
ResponsiveImageFieldDisplayTest::$modules property core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Modules to enable.
ResponsiveImageFieldDisplayTest::$responsiveImgStyle property core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Responsive image style entity instance we test with.
ResponsiveImageFieldDisplayTest::addTestImageStyleMappings function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Add image style mappings to the responsive image style entity.
ResponsiveImageFieldDisplayTest::assertResponsiveImageFieldFormattersLink function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image formatters linked to the file or node.
ResponsiveImageFieldDisplayTest::doTestResponsiveImageFieldFormatters function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image formatters on node display.
ResponsiveImageFieldDisplayTest::setUp function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersEmptyMediaQuery function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image formatter on node display with an empty media query.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersEmptyStyle function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image formatters when image style is empty.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersLinkToFile function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image formatters on node display linked to the file.

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