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

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Show file Open project: neos/neos-development-collection

Public Methods

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

Method Details

imageCropRefitDataProvider() public method

public imageCropRefitDataProvider ( ) : array
return array

refitFitsCropPropertionWithinImageSizeConstraints() public method

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