1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-17 19:26:25 +02:00

bugfix unittests

This commit is contained in:
Oliver Vogel
2013-03-02 20:42:25 +01:00
parent 6d3f1d881f
commit 1d985d0bfb

View File

@@ -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);