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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user