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