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

Public Member Functions

 makeRelativeToFileReducesSizes ()
 
 applyRatioRestrictsAreaToRespectRatioDataProvider ()
 
 applyRatioRestrictsAreaToRespectRatio (array $areaSize, float $ratio)
 
 applyRatioDoesNothingForFreeRatio ()
 

Detailed Description

Definition at line 26 of file AreaTest.php.

Member Function Documentation

◆ applyRatioDoesNothingForFreeRatio()

TYPO3\CMS\Core\Tests\Unit\Imaging\ImageManipulation\AreaTest::applyRatioDoesNothingForFreeRatio ( )
Test:

Definition at line 86 of file AreaTest.php.

◆ applyRatioRestrictsAreaToRespectRatio()

TYPO3\CMS\Core\Tests\Unit\Imaging\ImageManipulation\AreaTest::applyRatioRestrictsAreaToRespectRatio ( array  $areaSize,
float  $ratio 
)
Test:
‪@dataProvider applyRatioRestrictsAreaToRespectRatioDataProvider

Definition at line 75 of file AreaTest.php.

◆ applyRatioRestrictsAreaToRespectRatioDataProvider()

TYPO3\CMS\Core\Tests\Unit\Imaging\ImageManipulation\AreaTest::applyRatioRestrictsAreaToRespectRatioDataProvider ( )

Definition at line 49 of file AreaTest.php.

◆ makeRelativeToFileReducesSizes()

TYPO3\CMS\Core\Tests\Unit\Imaging\ImageManipulation\AreaTest::makeRelativeToFileReducesSizes ( )
Test:

Definition at line 31 of file AreaTest.php.