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
ImageTest::testScaleAndCropHeight function core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests \Drupal\Core\Image\Image::scaleAndCrop().
ImageTest::testScaleAndCropWidth function core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests \Drupal\Core\Image\Image::scaleAndCrop().
ImageTest::testScaleDimensions function core/tests/Drupal/Tests/Component/Utility/ImageTest.php Tests all control flow branches in image_dimensions_scale().
ImageTest::testScaleHeight function core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests \Drupal\Core\Image\Image::scale().
ImageTest::testScaleSame function core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests \Drupal\Core\Image\Image::scale().
ImageTest::testScaleWidth function core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests \Drupal\Core\Image\Image::scale().
ImageTest::testThemeImageWithSizes function core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php Tests that an image with the sizes attribute is output correctly.
ImageTest::testThemeImageWithSrc function core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php Tests that an image with the src attribute is output correctly.
ImageTest::testThemeImageWithSrcsetMultiplier function core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php Tests that an image with the srcset and multipliers is output correctly.
ImageTest::testThemeImageWithSrcsetWidth function core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php Tests that an image with the srcset and widths is output correctly.
ImageTestBase class core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php Tests Drupal\ckeditor5\Plugin\CKEditor5Plugin\Image.
ImageTestBase.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php
ImageTestBase::$adminUser property core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php The user to use during testing.
ImageTestBase::$defaultTheme property core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php The theme to install as the default for testing.
ImageTestBase::$host property core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php A host entity with a body field to embed images in.
ImageTestBase::$modules property core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php Modules to install.
ImageTestBase::addImage function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php Add an image to the CKEditor 5 editable zone.
ImageTestBase::imageAttributes function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php Provides the relevant image attributes.
ImageTestBase::imageAttributesAsString function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php Helper to format attributes.
ImageTestBaselineTrait trait core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBaselineTrait.php Trait with common test methods for image tests.
ImageTestBaselineTrait.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBaselineTrait.php
ImageTestBaselineTrait::providerLinkability function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBaselineTrait.php Returns data for testLinkability() and testImageArbitraryHtml().
ImageTestBaselineTrait::testAttributeRetentionDuringUpcasting function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBaselineTrait.php Ensures that attributes are retained on conversion.
ImageTestBaselineTrait::testImageArbitraryHtml function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBaselineTrait.php Tests that arbitrary attributes are allowed via GHS.
ImageTestBaselineTrait::testImageCaption function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBaselineTrait.php Ensures that images can have caption set.
ImageTestBaselineTrait::testLinkability function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBaselineTrait.php Tests linkability of the image CKEditor widget.
ImageTestProviderTest class core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTest.php Tests Drupal\ckeditor5\Plugin\CKEditor5Plugin\Image.
ImageTestProviderTest.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTest.php
ImageTestProviderTrait trait core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php Provides test methods using data providers for image tests.
ImageTestProviderTrait.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php
ImageTestProviderTrait::providerAlignment function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php Data provider for testAlignment().
ImageTestProviderTrait::providerAltTextRequired function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php Providers data for testAltTextRequired().
ImageTestProviderTrait::providerResize function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php Data provider for ::testResize().
ImageTestProviderTrait::providerWidth function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php Data provider for ::testWidth().
ImageTestProviderTrait::testAlignment function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php Tests alignment integration.
ImageTestProviderTrait::testAltTextRequired function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php Tests that alt text is required for images.
ImageTestProviderTrait::testResize function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php Tests the image resize plugin.
ImageTestProviderTrait::testWidth function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php Ensures that width attribute upcasts and downcasts correctly.
ImageTestTestBase class core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestTestBase.php Provides a base class for testing CKEditor 5 image embedding and uploads.
ImageTestTestBase.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestTestBase.php
ImageTestTestBase::$file property core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestTestBase.php The sample image File entity to embed.
ImageTestTestBase::addImage function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestTestBase.php Uploads a test image.
ImageTestTestBase::imageAttributes function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestTestBase.php Provides the relevant image attributes.
ImageTestTestBase::setUp function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestTestBase.php
ImageThemeFunctionTest class core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php Tests image theme functions.
ImageThemeFunctionTest.php file core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php
ImageThemeFunctionTest::$image property core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php Created file entity.
ImageThemeFunctionTest::$imageFactory property core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php
ImageThemeFunctionTest::$modules property core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php Modules to install.
ImageThemeFunctionTest::setUp function core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php

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