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