mirror of
https://github.com/Intervention/image.git
synced 2025-08-14 01:44:03 +02:00
bugfix unittests
This commit is contained in:
@@ -200,7 +200,6 @@ class ImageTest extends PHPUnit_Framework_Testcase
|
||||
{
|
||||
$img = $this->getTestImage();
|
||||
$img->rotate(90);
|
||||
$img->save('public/rotate.jpg');
|
||||
$this->assertInstanceOf('Intervention\Image\Image', $img);
|
||||
$this->assertInternalType('int', $img->width);
|
||||
$this->assertInternalType('int', $img->height);
|
||||
|
Reference in New Issue
Block a user