mirror of
https://github.com/Intervention/image.git
synced 2025-09-02 02:12:37 +02:00
minor changes
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,5 +1,4 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
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