mirror of
https://github.com/Intervention/image.git
synced 2025-09-02 10:23:29 +02:00
minor changes
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,4 +2,3 @@
|
|||||||
composer.lock
|
composer.lock
|
||||||
vendor/
|
vendor/
|
||||||
dev/
|
dev/
|
||||||
.idea
|
|
@@ -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()
|
||||||
{
|
{
|
||||||
|
@@ -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()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user