1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-03 02:42:45 +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 * @expectedException \Intervention\Image\Exception\NotReadableException
*/ */
// public function testMakeFromPathBroken() public function testMakeFromPathBroken()
// { {
// $this->manager()->make('tests/images/broken.png'); $this->manager()->make('tests/images/broken.png');
// } }
/** /**
* @expectedException \Intervention\Image\Exception\NotReadableException * @expectedException \Intervention\Image\Exception\NotReadableException