TestTimberImage::testIsNotAGifFile PHP Method

testIsNotAGifFile() public method

public testIsNotAGifFile ( )
    function testIsNotAGifFile()
    {
        $this->assertFalse(TimberImageHelper::is_animated_gif('notreal.gif'));
    }