‪TYPO3CMS  11.5
TYPO3\CMS\Core\Tests\Unit\Imaging\GraphicalFunctionsTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\Imaging\GraphicalFunctionsTest:

Public Member Functions

array getScaleForImageDataProvider ()
 
 getScaleForImage ($info, $width, $height, $options, $expected)
 
 imageMagickIdentifyReturnsFormattedValues ()
 
 imageMagickIdentifyReturnsFormattedValuesWithOffset ()
 

Protected Attributes

 $resetSingletonInstances = true
 

Detailed Description

Definition at line 23 of file GraphicalFunctionsTest.php.

Member Function Documentation

◆ getScaleForImage()

TYPO3\CMS\Core\Tests\Unit\Imaging\GraphicalFunctionsTest::getScaleForImage (   $info,
  $width,
  $height,
  $options,
  $expected 
)
Test:
‪@dataProvider getScaleForImageDataProvider

Definition at line 111 of file GraphicalFunctionsTest.php.

◆ getScaleForImageDataProvider()

array TYPO3\CMS\Core\Tests\Unit\Imaging\GraphicalFunctionsTest::getScaleForImageDataProvider ( )

Dataprovider for getScaleForImage

Returns
‪array

Definition at line 32 of file GraphicalFunctionsTest.php.

◆ imageMagickIdentifyReturnsFormattedValues()

TYPO3\CMS\Core\Tests\Unit\Imaging\GraphicalFunctionsTest::imageMagickIdentifyReturnsFormattedValues ( )
Test:

Definition at line 120 of file GraphicalFunctionsTest.php.

◆ imageMagickIdentifyReturnsFormattedValuesWithOffset()

TYPO3\CMS\Core\Tests\Unit\Imaging\GraphicalFunctionsTest::imageMagickIdentifyReturnsFormattedValuesWithOffset ( )
Test:

Definition at line 141 of file GraphicalFunctionsTest.php.

Member Data Documentation

◆ $resetSingletonInstances

TYPO3\CMS\Core\Tests\Unit\Imaging\GraphicalFunctionsTest::$resetSingletonInstances = true
protected

Definition at line 25 of file GraphicalFunctionsTest.php.