ImboIntegrationTest\Image\Transformation\AutoRotateTest::getFiles PHP Method

getFiles() public method

Return different files to test with
public getFiles ( ) : array[]
return array[]
    public function getFiles()
    {
        return ['orientation1.jpeg' => [FIXTURES_DIR . '/autoRotate/orientation1.jpeg', false, false], 'orientation2.jpeg' => [FIXTURES_DIR . '/autoRotate/orientation2.jpeg', false, true], 'orientation3.jpeg' => [FIXTURES_DIR . '/autoRotate/orientation3.jpeg', false, true], 'orientation4.jpeg' => [FIXTURES_DIR . '/autoRotate/orientation4.jpeg', false, true], 'orientation5.jpeg' => [FIXTURES_DIR . '/autoRotate/orientation5.jpeg', true, true], 'orientation6.jpeg' => [FIXTURES_DIR . '/autoRotate/orientation6.jpeg', true, true], 'orientation7.jpeg' => [FIXTURES_DIR . '/autoRotate/orientation7.jpeg', true, true], 'orientation8.jpeg' => [FIXTURES_DIR . '/autoRotate/orientation8.jpeg', true, true]];
    }