1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-02 18:32:56 +02:00

Made test available again

This commit is contained in:
Oliver Vogel
2019-05-31 12:05:16 +02:00
parent 79909df010
commit 1abd3bfdac

View File

@@ -25,10 +25,10 @@ class GdSystemTest extends TestCase
/**
* @expectedException \Intervention\Image\Exception\NotReadableException
*/
// public function testMakeFromPathBroken()
// {
// $this->manager()->make('tests/images/broken.png');
// }
public function testMakeFromPathBroken()
{
$this->manager()->make('tests/images/broken.png');
}
/**
* @expectedException \Intervention\Image\Exception\NotReadableException