1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-02 10:23:29 +02:00

minor changes

This commit is contained in:
Oliver Vogel
2015-06-28 17:45:46 +02:00
parent 0be72eaea5
commit eed2b262f0
3 changed files with 3 additions and 4 deletions

1
.gitignore vendored
View File

@@ -2,4 +2,3 @@
composer.lock composer.lock
vendor/ vendor/
dev/ dev/
.idea

View File

@@ -3,7 +3,7 @@
use Intervention\Image\Gd\Commands\GetSizeCommand as GetSizeGd; use Intervention\Image\Gd\Commands\GetSizeCommand as GetSizeGd;
use Intervention\Image\Imagick\Commands\GetSizeCommand as GetSizeImagick; use Intervention\Image\Imagick\Commands\GetSizeCommand as GetSizeImagick;
class GetSizeCommandTest extends PHPUnit_Framework_TestCase class GetsizeCommandTest extends PHPUnit_Framework_TestCase
{ {
public function tearDown() public function tearDown()
{ {

View File

@@ -3,7 +3,7 @@
use Intervention\Image\Gd\Commands\ResizeCommand as ResizeCommandGd; use Intervention\Image\Gd\Commands\ResizeCommand as ResizeCommandGd;
use Intervention\Image\Imagick\Commands\ResizeCommand as ResizeCommandImagick; use Intervention\Image\Imagick\Commands\ResizeCommand as ResizeCommandImagick;
class resizeCommandTest extends PHPUnit_Framework_TestCase class ResizeCommandTest extends PHPUnit_Framework_TestCase
{ {
public function tearDown() public function tearDown()
{ {