TestTimberImage::testIsNotAGif PHP 메소드

testIsNotAGif() 공개 메소드

public testIsNotAGif ( )
    function testIsNotAGif()
    {
        $image = self::copyTestImage('arch.jpg');
        $this->assertFalse(TimberImageHelper::is_animated_gif($image));
    }