Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
ToolkitTestBase.php
»
ToolkitTestBase
»
ToolkitTestBase::imageTestGetAllCalls
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
13 calls to ToolkitTestBase::imageTestGetAllCalls()
ImageEffectsTest::testCropEffect
in drupal/
core/
modules/
image/
lib/
Drupal/
image/
Tests/
ImageEffectsTest.php
Test the
image_crop_effect
() function.
ImageEffectsTest::testDesaturateEffect
in drupal/
core/
modules/
image/
lib/
Drupal/
image/
Tests/
ImageEffectsTest.php
Test the
image_desaturate_effect
() function.
ImageEffectsTest::testResizeEffect
in drupal/
core/
modules/
image/
lib/
Drupal/
image/
Tests/
ImageEffectsTest.php
Test the
image_resize_effect
() function.
ImageEffectsTest::testRotateEffect
in drupal/
core/
modules/
image/
lib/
Drupal/
image/
Tests/
ImageEffectsTest.php
Test the
image_rotate_effect
() function.
ImageEffectsTest::testScaleAndCropEffect
in drupal/
core/
modules/
image/
lib/
Drupal/
image/
Tests/
ImageEffectsTest.php
Test the
image_scale_and_crop_effect
() function.
ImageEffectsTest::testScaleEffect
in drupal/
core/
modules/
image/
lib/
Drupal/
image/
Tests/
ImageEffectsTest.php
Test the
image_scale_effect
() function.
ToolkitTest::testCrop
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Image/
ToolkitTest.php
Test the
image_crop
() function.
ToolkitTest::testDesaturate
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Image/
ToolkitTest.php
Test the
image_desaturate
() function.
ToolkitTest::testResize
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Image/
ToolkitTest.php
Test the
image_resize
() function.
ToolkitTest::testRotate
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Image/
ToolkitTest.php
Test the
image_rotate
() function.
ToolkitTest::testScale
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Image/
ToolkitTest.php
Test the
image_scale
() function.
ToolkitTest::testScaleAndCrop
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Image/
ToolkitTest.php
Test the
image_scale_and_crop
() function.
ToolkitTestBase::assertToolkitOperationsCalled
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Image/
ToolkitTestBase.php
Assert that all of the specified image toolkit operations were called exactly once once, other values result in failure.