Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 10.3.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
ImageAdminStylesTest class core/modules/image/tests/src/FunctionalJavascript/ImageAdminStylesTest.php Tests creation, deletion, and editing of image styles and effects.
ImageAdminStylesTest class core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Tests creation, deletion, and editing of image styles and effects.
ImageAdminStylesTest.php file core/modules/image/tests/src/FunctionalJavascript/ImageAdminStylesTest.php
ImageAdminStylesTest.php file core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
ImageAdminStylesTest::$defaultTheme property core/modules/image/tests/src/FunctionalJavascript/ImageAdminStylesTest.php The theme to install as the default for testing.
ImageAdminStylesTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageAdminStylesTest.php The theme to install as the default for testing.
ImageAdminStylesTest::createSampleImage function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Given an image style, generate an image.
ImageAdminStylesTest::getImageCount function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Count the number of images currently create for a style.
ImageAdminStylesTest::testAjaxEnabledEffectForm function core/modules/image/tests/src/FunctionalJavascript/ImageAdminStylesTest.php Tests editing Ajax-enabled image effect forms.
ImageAdminStylesTest::testConfigImport function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Tests image style configuration import that does a delete.
ImageAdminStylesTest::testEditEffect function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Verifies that editing an image effect does not cause it to be duplicated.
ImageAdminStylesTest::testFlushUserInterface function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Tests flush user interface.
ImageAdminStylesTest::testImageStyleAccess function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Tests access for the image style listing.
ImageAdminStylesTest::testNumericStyleName function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Tests creating an image style with a numeric name.
ImageAdminStylesTest::testPreviewImageShowInPrivateScheme function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Tests the display of preview images using a private scheme.
ImageAdminStylesTest::testStyle function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php General test to add a style, add/remove/edit effects to it, then delete it.
ImageAdminStylesTest::testStyleReplacement function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Tests deleting a style and choosing a replacement style.
ImageCachePresetTest class core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php Tests the d6_imagecache_presets source plugin.
ImageCachePresetTest.php file core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php
ImageCachePresetTest::$modules property core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php Modules to install.
ImageCachePresetTest::providerSource function core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php Provides source data for ::testSource.
ImageDeprecationTest class core/modules/image/tests/src/Unit/ImageDeprecationTest.php Tests deprecation of image_filter_keyword().
ImageDeprecationTest class core/tests/Drupal/Tests/Core/Image/ImageDeprecationTest.php Tests deprecations of the image classes.
ImageDeprecationTest.php file core/tests/Drupal/Tests/Core/Image/ImageDeprecationTest.php
ImageDeprecationTest.php file core/modules/image/tests/src/Unit/ImageDeprecationTest.php
ImageDeprecationTest::testImageFilterKeywordDeprecation function core/modules/image/tests/src/Unit/ImageDeprecationTest.php Tests deprecation of image_filter_keyword.
ImageDeprecationTest::testToolkitArgumentInImageToolkitOperationConstructor function core/tests/Drupal/Tests/Core/Image/ImageDeprecationTest.php Tests ImageToolkitOperationBase::__construct().
ImageDimensionsTest class core/modules/image/tests/src/Functional/ImageDimensionsTest.php Tests that images have correct dimensions when styled.
ImageDimensionsTest.php file core/modules/image/tests/src/Functional/ImageDimensionsTest.php
ImageDimensionsTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageDimensionsTest.php The theme to install as the default for testing.
ImageDimensionsTest::$modules property core/modules/image/tests/src/Functional/ImageDimensionsTest.php Modules to install.
ImageDimensionsTest::$profile property core/modules/image/tests/src/Functional/ImageDimensionsTest.php The profile to install as a basis for testing.
ImageDimensionsTest::getImageTag function core/modules/image/tests/src/Functional/ImageDimensionsTest.php Render an image style element.
ImageDimensionsTest::testImageDimensions function core/modules/image/tests/src/Functional/ImageDimensionsTest.php Tests styled image dimensions cumulatively.
ImageEffectsTest class core/modules/image/tests/src/Kernel/ImageEffectsTest.php Tests image effects.
ImageEffectsTest.php file core/modules/image/tests/src/Kernel/ImageEffectsTest.php
ImageEffectsTest::$imageEffectPluginManager property core/modules/image/tests/src/Kernel/ImageEffectsTest.php The image effect plugin manager service.
ImageEffectsTest::$modules property core/modules/image/tests/src/Kernel/ImageEffectsTest.php Modules to install.
ImageEffectsTest::setUp function core/modules/image/tests/src/Kernel/ImageEffectsTest.php
ImageEffectsTest::testConvertAvifEffect function core/modules/image/tests/src/Kernel/ImageEffectsTest.php Tests the 'image_convert_avif' effect when avif is supported.
ImageEffectsTest::testConvertAvifEffectFallback function core/modules/image/tests/src/Kernel/ImageEffectsTest.php Tests the 'image_convert_avif' effect with webp fallback.
ImageEffectsTest::testConvertEffect function core/modules/image/tests/src/Kernel/ImageEffectsTest.php Tests the 'image_convert' effect.
ImageEffectsTest::testCropEffect function core/modules/image/tests/src/Kernel/ImageEffectsTest.php Tests the 'image_crop' effect.
ImageEffectsTest::testDesaturateEffect function core/modules/image/tests/src/Kernel/ImageEffectsTest.php Tests the 'image_desaturate' effect.
ImageEffectsTest::testEffectFormValidationErrors function core/modules/image/tests/src/Kernel/ImageEffectsTest.php Tests that validation errors are passed from the plugin to the parent form.
ImageEffectsTest::testImageEffectsCaching function core/modules/image/tests/src/Kernel/ImageEffectsTest.php Tests image effect caching.
ImageEffectsTest::testImageStyleEffectDependencyRemoval function core/modules/image/tests/src/Kernel/ImageEffectsTest.php Tests uninstalling the module of an effect in a style.
ImageEffectsTest::testResizeEffect function core/modules/image/tests/src/Kernel/ImageEffectsTest.php Tests the 'image_resize' effect.
ImageEffectsTest::testRotateEffect function core/modules/image/tests/src/Kernel/ImageEffectsTest.php Tests the image_rotate_effect() function.
ImageEffectsTest::testScaleAndCropEffect function core/modules/image/tests/src/Kernel/ImageEffectsTest.php Tests the 'image_scale_and_crop' effect.

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