diff --git a/tests/GdSystemTest.php b/tests/GdSystemTest.php index 9a26128d..7d7d5ecd 100644 --- a/tests/GdSystemTest.php +++ b/tests/GdSystemTest.php @@ -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