ImboUnitTest\EventListener\MaxImageSizeTest::getImageDimensions PHP Method

getImageDimensions() public method

Data provider
public getImageDimensions ( ) : array[]
return array[]
    public function getImageDimensions()
    {
        return ['below limit' => [100, 100, 200, 200, false], 'width above' => [300, 100, 200, 200, true], 'height above' => [100, 300, 200, 200, true], 'both above' => [300, 300, 200, 200, true]];
    }