PHP Class Neos\Media\Tests\Unit\Domain\Model\Adjustment\CropImageAdjustmentTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Afficher le fichier Open project: neos/neos-development-collection

Méthodes publiques

Méthode Description
imageCropRefitDataProvider ( ) : array
refitFitsCropPropertionWithinImageSizeConstraints ( $cropX, $cropY, $cropWidth, $cropHeight, $newImageWidth, $newImageHeight, $expectedX, $expectedY, $expectedWidth, $expectedHeight )

Method Details

imageCropRefitDataProvider() public méthode

public imageCropRefitDataProvider ( ) : array
Résultat array

refitFitsCropPropertionWithinImageSizeConstraints() public méthode

public refitFitsCropPropertionWithinImageSizeConstraints ( $cropX, $cropY, $cropWidth, $cropHeight, $newImageWidth, $newImageHeight, $expectedX, $expectedY, $expectedWidth, $expectedHeight )