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
FunctionsTest::testIndexedKeyedLinks function core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php Tests links.html.twig using links with indexed keys.
FunctionsTest::testItemList function core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php Tests item-list.html.twig.
FunctionsTest::testLinks function core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php Tests links.html.twig.
GarbageCollectionTest class core/tests/Drupal/KernelTests/Core/KeyValueStore/GarbageCollectionTest.php Tests garbage collection for the expirable key-value database storage.
GarbageCollectionTest.php file core/tests/Drupal/KernelTests/Core/KeyValueStore/GarbageCollectionTest.php
GarbageCollectionTest::testGarbageCollection function core/tests/Drupal/KernelTests/Core/KeyValueStore/GarbageCollectionTest.php Tests garbage collection.
GdToolkitAvifImageManipulationTest class core/tests/Drupal/KernelTests/Core/Image/GdToolkitAvifImageManipulationTest.php GD image toolkit image manipulation of AVIF images.
GdToolkitAvifImageManipulationTest.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitAvifImageManipulationTest.php
GdToolkitAvifImageManipulationTest::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitAvifImageManipulationTest.php The file name of the image under test.
GdToolkitGifImageManipulationTest class core/tests/Drupal/KernelTests/Core/Image/GdToolkitGifImageManipulationTest.php GD image toolkit image manipulation of GIF images.
GdToolkitGifImageManipulationTest.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitGifImageManipulationTest.php
GdToolkitGifImageManipulationTest::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitGifImageManipulationTest.php The file name of the image under test.
GdToolkitGifImageManipulationTest::providerOperationTestCases function core/tests/Drupal/KernelTests/Core/Image/GdToolkitGifImageManipulationTest.php Data provider for ::testManipulations().
GdToolkitGifImageManipulationTest::testGifTransparentImages function core/tests/Drupal/KernelTests/Core/Image/GdToolkitGifImageManipulationTest.php Tests for GIF images with transparency.
GdToolkitImageManipulationTestBase class core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php GD image toolkit image manipulation test base class.
GdToolkitImageManipulationTestBase.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::$directory property core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php A directory where test image files can be saved to.
GdToolkitImageManipulationTestBase::$imageFactory property core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php The image factory service.
GdToolkitImageManipulationTestBase::$modules property core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php Modules to install.
GdToolkitImageManipulationTestBase::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php The file name of the image under test.
GdToolkitImageManipulationTestBase::assertColorsAreEqual function core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php Assert two colors are equal by RGBA, net of full transparency.
GdToolkitImageManipulationTestBase::BLACK constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php Colors that are used in testing.
GdToolkitImageManipulationTestBase::BLUE constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::FUCHSIA constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::getPixelColor function core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php Function for finding a pixel's RGBa values.
GdToolkitImageManipulationTestBase::GREEN constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::providerOperationTestCases function core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php Data provider for ::testManipulations().
GdToolkitImageManipulationTestBase::RED constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::ROTATE_TRANSPARENT constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::setUp function core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::testManipulations function core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php Tests height, width and color for the corners for the final images.
GdToolkitImageManipulationTestBase::TRANSPARENT constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::WHITE constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::YELLOW constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitJpegImageManipulationTest class core/tests/Drupal/KernelTests/Core/Image/GdToolkitJpegImageManipulationTest.php GD image toolkit image manipulation of JPEG images.
GdToolkitJpegImageManipulationTest.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitJpegImageManipulationTest.php
GdToolkitJpegImageManipulationTest::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitJpegImageManipulationTest.php The file name of the image under test.
GdToolkitNoTransparencyGifImageManipulationTest class core/tests/Drupal/KernelTests/Core/Image/GdToolkitNoTransparencyGifImageManipulationTest.php GD image toolkit image manipulation of no-transparency GIF images.
GdToolkitNoTransparencyGifImageManipulationTest.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitNoTransparencyGifImageManipulationTest.php
GdToolkitNoTransparencyGifImageManipulationTest::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitNoTransparencyGifImageManipulationTest.php The file name of the image under test.
GdToolkitNoTransparencyGifImageManipulationTest::providerOperationTestCases function core/tests/Drupal/KernelTests/Core/Image/GdToolkitNoTransparencyGifImageManipulationTest.php Data provider for ::testManipulations().
GdToolkitPngImageManipulationTest class core/tests/Drupal/KernelTests/Core/Image/GdToolkitPngImageManipulationTest.php GD image toolkit image manipulation of PNG images.
GdToolkitPngImageManipulationTest.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitPngImageManipulationTest.php
GdToolkitPngImageManipulationTest::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitPngImageManipulationTest.php The file name of the image under test.
GdToolkitPngImageManipulationTest::pngImageProvider function core/tests/Drupal/KernelTests/Core/Image/GdToolkitPngImageManipulationTest.php Provides a list of PNG image URIs for testing.
GdToolkitPngImageManipulationTest::testIncorrectIccpSrgbProfile function core/tests/Drupal/KernelTests/Core/Image/GdToolkitPngImageManipulationTest.php Tests that GD doesn't trigger warnings for iCCP sRGB profiles.
GdToolkitWebpImageManipulationTest class core/tests/Drupal/KernelTests/Core/Image/GdToolkitWebpImageManipulationTest.php GD image toolkit image manipulation of WEBP images.
GdToolkitWebpImageManipulationTest.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitWebpImageManipulationTest.php
GdToolkitWebpImageManipulationTest::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitWebpImageManipulationTest.php The file name of the image under test.
GenerateThemeTest class core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests the generate-theme commands.

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