Search for test

  1. Search 9.5.x for test
  2. Search 8.9.x for test
  3. Search 10.3.x for test
  4. Search 11.x for test
  5. Other projects
Title Object type File name Summary
ImageToolkitGdTestCase::$height property modules/simpletest/tests/image.test
ImageToolkitGdTestCase::$red property modules/simpletest/tests/image.test
ImageToolkitGdTestCase::$rotate_transparent property modules/simpletest/tests/image.test
ImageToolkitGdTestCase::$transparent property modules/simpletest/tests/image.test
ImageToolkitGdTestCase::$white property modules/simpletest/tests/image.test
ImageToolkitGdTestCase::$width property modules/simpletest/tests/image.test
ImageToolkitGdTestCase::$yellow property modules/simpletest/tests/image.test
ImageToolkitGdTestCase::colorsAreEqual function modules/simpletest/tests/image.test Function to compare two colors by RGBa.
ImageToolkitGdTestCase::getInfo function modules/simpletest/tests/image.test
ImageToolkitGdTestCase::getPixelColor function modules/simpletest/tests/image.test Function for finding a pixel's RGBa values.
ImageToolkitGdTestCase::testManipulations function modules/simpletest/tests/image.test Since PHP can't visually check that our images have been manipulated
properly, build a list of expected color values for each of the corners and
the expected height and widths for the final images.
ImageToolkitGdTestCase::testTransparentColorOutOfRange function modules/simpletest/tests/image.test Tests loading an image whose transparent color index is out of range.
ImageToolkitTestCase class modules/simpletest/tests/image.test Base class for image manipulation testing.
ImageToolkitTestCase::$file property modules/simpletest/tests/image.test
ImageToolkitTestCase::$image property modules/simpletest/tests/image.test
ImageToolkitTestCase::$toolkit property modules/simpletest/tests/image.test
ImageToolkitTestCase::assertToolkitOperationsCalled function modules/simpletest/tests/image.test Assert that all of the specified image toolkit operations were called
exactly once once, other values result in failure.
ImageToolkitTestCase::setUp function modules/simpletest/tests/image.test Sets up a Drupal site for running functional and integration tests.
ImageToolkitUnitTest class modules/simpletest/tests/image.test Test that the functions in image.inc correctly pass data to the toolkit.
ImageToolkitUnitTest::getInfo function modules/simpletest/tests/image.test
ImageToolkitUnitTest::testCrop function modules/simpletest/tests/image.test Test the image_crop() function.
ImageToolkitUnitTest::testDesaturate function modules/simpletest/tests/image.test Test the image_desaturate() function.
ImageToolkitUnitTest::testGetAvailableToolkits function modules/simpletest/tests/image.test Check that hook_image_toolkits() is called and only available toolkits are
returned.
ImageToolkitUnitTest::testLoad function modules/simpletest/tests/image.test Test the image_load() function.
ImageToolkitUnitTest::testResize function modules/simpletest/tests/image.test Test the image_resize() function.
ImageToolkitUnitTest::testRotate function modules/simpletest/tests/image.test Test the image_rotate() function.
ImageToolkitUnitTest::testSave function modules/simpletest/tests/image.test Test the image_save() function.
ImageToolkitUnitTest::testScale function modules/simpletest/tests/image.test Test the image_scale() function.
ImageToolkitUnitTest::testScaleAndCrop function modules/simpletest/tests/image.test Test the image_scale_and_crop() function.
image_module_styles_test.info file modules/image/tests/image_module_styles_test.info name = Image Styles test
description = Provides additional hook implementations for testing Image Styles functionality.
package = Core
version = VERSION
core = 7.x
files[] = image_module_styles_test.module
dependencies[] = image_module_test
hidden = TRUE
image_module_styles_test.module file modules/image/tests/image_module_styles_test.module Provides additional Image module hook implementations for testing purposes.
image_module_styles_test_image_default_styles function modules/image/tests/image_module_styles_test.module Implements hook_image_default_styles().
image_module_test.info file modules/image/tests/image_module_test.info name = Image test
description = Provides hook implementations for testing Image module functionality.
package = Core
version = VERSION
core = 7.x
files[] = image_module_test.module
hidden = TRUE
image_module_test.module file modules/image/tests/image_module_test.module Provides Image module hook implementations for testing purposes.
image_module_test_file_download function modules/image/tests/image_module_test.module @file
Provides Image module hook implementations for testing purposes.
image_module_test_image_effect_info function modules/image/tests/image_module_test.module Implements hook_image_effect_info().
image_module_test_image_effect_info_alter function modules/image/tests/image_module_test.module Implements hook_image_effect_info_alter().
image_module_test_null_effect function modules/image/tests/image_module_test.module Image effect callback; Null.
image_test.info file modules/simpletest/tests/image_test.info name = "Image test"
description = "Support module for image toolkit tests."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
image_test.module file modules/simpletest/tests/image_test.module Helper module for the image tests.
image_test_crop function modules/simpletest/tests/image_test.module Image tookit's crop operation.
image_test_desaturate function modules/simpletest/tests/image_test.module Image tookit's desaturate operation.
image_test_get_all_calls function modules/simpletest/tests/image_test.module Get an array with the all the calls to the toolkits since image_test_reset()
was called.
image_test_get_info function modules/simpletest/tests/image_test.module Image toolkit's get_info operation.
image_test_image_toolkits function modules/simpletest/tests/image_test.module Implements hook_image_toolkits().
image_test_load function modules/simpletest/tests/image_test.module Image tookit's load operation.
image_test_reset function modules/simpletest/tests/image_test.module Reset/initialize the history of calls to the toolkit functions.
image_test_resize function modules/simpletest/tests/image_test.module Image tookit's resize operation.
image_test_rotate function modules/simpletest/tests/image_test.module Image tookit's rotate operation.
image_test_save function modules/simpletest/tests/image_test.module Image tookit's save operation.

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