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
ToolkitGdTest::testCreateImageFromScratch function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests creation of image from scratch, and saving to storage.
ToolkitGdTest::testCreateNewFailures function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests failures of the 'create_new' operation.
ToolkitGdTest::testGdFunctionsExist function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests that GD functions for the image type are available.
ToolkitGdTest::testGifTransparentImages function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests for GIF images with transparency.
ToolkitGdTest::testManipulations function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests height, width and color for the corners for the final images.
ToolkitGdTest::testMissingOperation function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests calling a missing image operation plugin.
ToolkitGdTest::testResourceDestruction function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests that GD resources are freed from memory.
ToolkitGdTest::testSupportedExtensions function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php @covers ::getSupportedExtensions[[api-linebreak]]
@covers ::extensionToImageType[[api-linebreak]]
ToolkitGdTest::TRANSPARENT constant core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::WHITE constant core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::YELLOW constant core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitSetupFormTest class core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php Tests image toolkit setup form.
ToolkitSetupFormTest.php file core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php
ToolkitSetupFormTest::$adminUser property core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php Admin user account.
ToolkitSetupFormTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php The theme to install as the default for testing.
ToolkitSetupFormTest::$modules property core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php Modules to enable.
ToolkitSetupFormTest::setUp function core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php
ToolkitSetupFormTest::testToolkitSetupForm function core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php Tests Image toolkit setup form.
ToolkitTest class core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Tests the image toolkit.
ToolkitTest.php file core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php
ToolkitTest::$image property core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Testing image.
ToolkitTest::$imageEffectPluginManager property core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php The image effect plugin manager service.
ToolkitTest::$modules property core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Modules to enable.
ToolkitTest::setUp function core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php
ToolkitTest::testApply function core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Tests the 'apply' method.
ToolkitTest::testApplyNoParameters function core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Tests the 'apply' method without parameters.
ToolkitTest::testDerivative function core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Tests image toolkit operations inheritance by derivative toolkits.
ToolkitTest::testGetAvailableToolkits function core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Tests that the toolkit manager only returns available toolkits.
ToolkitTest::testLoad function core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Tests Image's methods.
ToolkitTest::testSave function core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Tests the Image::save() function.
ToolkitTestBase class core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php Base class for image manipulation testing.
ToolkitTestBase.php file core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php
ToolkitTestBase::$file property core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php The URI for the file.
ToolkitTestBase::$image property core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php The image object for the test file.
ToolkitTestBase::$imageFactory property core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php The image factory service.
ToolkitTestBase::$modules property core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php Modules to enable.
ToolkitTestBase::assertToolkitOperationsCalled function core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php Tests that only allowed image toolkit operations are called.
ToolkitTestBase::getImage function core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php Sets up an image with the custom toolkit.
ToolkitTestBase::imageTestGetAllCalls function core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php Gets an array of calls to the test toolkit.
ToolkitTestBase::imageTestReset function core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php Resets/initializes the history of calls to the test toolkit functions.
ToolkitTestBase::setUp function core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php
ToolkitTestTrait trait core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php Provides common methods for image toolkit kernel tests.
ToolkitTestTrait.php file core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php
ToolkitTestTrait::assertImageEffect function core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php Asserts the effect processing of an image effect plugin.
ToolkitTestTrait::assertToolkitOperationsCalled function core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php Assert that all of the specified image toolkit operations were called once.
ToolkitTestTrait::getImage function core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php Sets up an image with the custom toolkit.
ToolkitTestTrait::imageTestGetAllCalls function core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php Gets an array of calls to the 'test' toolkit.
ToolkitTestTrait::imageTestReset function core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php Resets/initializes the history of calls to the test toolkit functions.
tour.tour.testing_config_overrides.yml file core/profiles/testing_config_overrides/config/optional/tour.tour.testing_config_overrides.yml core/profiles/testing_config_overrides/config/optional/tour.tour.testing_config_overrides.yml
tour.tour.testing_config_overrides_module.yml file core/profiles/testing_config_overrides/modules/testing_config_overrides_module/config/optional/tour.tour.testing_config_overrides_module.yml core/profiles/testing_config_overrides/modules/testing_config_overrides_module/config/optional/tour.tour.testing_config_overrides_module.yml

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