TestTimberImage::testIsNotAGif PHP Method

testIsNotAGif() public method

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