apply cs-fixer
This commit is contained in:
@@ -22,12 +22,12 @@
|
||||
/*************************************************************************************/
|
||||
namespace Thelia\Tests\Command;
|
||||
|
||||
|
||||
abstract class BaseCommandTest extends \PHPUnit_Framework_TestCase {
|
||||
abstract class BaseCommandTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function getKernel()
|
||||
{
|
||||
$kernel = $this->getMock("Symfony\Component\HttpKernel\KernelInterface");
|
||||
|
||||
return $kernel;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -62,7 +62,6 @@ class CacheClearTest extends \PHPUnit_Framework_TestCase
|
||||
|
||||
$this->assertFalse($fs->exists($this->cache_dir));
|
||||
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -104,4 +103,4 @@ class CacheClearTest extends \PHPUnit_Framework_TestCase
|
||||
return $container;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,14 +22,13 @@
|
||||
/*************************************************************************************/
|
||||
namespace Thelia\Tests\Command;
|
||||
|
||||
|
||||
use Symfony\Component\Console\Tester\CommandTester;
|
||||
use Symfony\Component\Filesystem\Filesystem;
|
||||
use Thelia\Core\Application;
|
||||
use Thelia\Command\ModuleGenerateCommand;
|
||||
|
||||
class ModuleGenerateCommandTest extends BaseCommandTest {
|
||||
|
||||
class ModuleGenerateCommandTest extends BaseCommandTest
|
||||
{
|
||||
protected $command;
|
||||
protected $commandTester;
|
||||
|
||||
@@ -105,4 +104,4 @@ class ModuleGenerateCommandTest extends BaseCommandTest {
|
||||
"name" => "thelia"
|
||||
));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user