Commit 51ea1b55 authored by Nicolas Widart's avatar Nicolas Widart

Removing irrelevant test

parent f39cd467
<?php namespace Modules\Media\Tests;
use Modules\Core\Tests\BaseTestCase;
use Modules\Media\Croppy\Croppy;
class CroppyTest extends BaseTestCase
{
/**
* @var Croppy
*/
protected $croppy;
public function setUp()
{
$this->refreshApplication();
$this->croppy = new Croppy($this->app['filesystem.disk'], $this->app['config']);
}
/** @test */
public function it_should_return_an_extension()
{
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment