mirror of
https://github.com/Intervention/image.git
synced 2025-09-02 02:12:37 +02:00
minor changes
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,4 +2,3 @@
|
||||
composer.lock
|
||||
vendor/
|
||||
dev/
|
||||
.idea
|
@@ -3,7 +3,7 @@
|
||||
use Intervention\Image\Gd\Commands\GetSizeCommand as GetSizeGd;
|
||||
use Intervention\Image\Imagick\Commands\GetSizeCommand as GetSizeImagick;
|
||||
|
||||
class GetSizeCommandTest extends PHPUnit_Framework_TestCase
|
||||
class GetsizeCommandTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function tearDown()
|
||||
{
|
||||
|
@@ -3,7 +3,7 @@
|
||||
use Intervention\Image\Gd\Commands\ResizeCommand as ResizeCommandGd;
|
||||
use Intervention\Image\Imagick\Commands\ResizeCommand as ResizeCommandImagick;
|
||||
|
||||
class resizeCommandTest extends PHPUnit_Framework_TestCase
|
||||
class ResizeCommandTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function tearDown()
|
||||
{
|
||||
|
Reference in New Issue
Block a user