add some phpdoc
This commit is contained in:
@@ -22,6 +22,13 @@
|
||||
/*************************************************************************************/
|
||||
namespace Thelia\Tests\Command;
|
||||
|
||||
/**
|
||||
* base class for testing command line command
|
||||
*
|
||||
* Class BaseCommandTest
|
||||
* @package Thelia\Tests\Command
|
||||
* @author Manuel Raynaud <mraynaud@openstudio.fr>
|
||||
*/
|
||||
abstract class BaseCommandTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function getKernel()
|
||||
|
||||
@@ -28,6 +28,13 @@ use Thelia\Command\CacheClear;
|
||||
|
||||
use Symfony\Component\Filesystem\Filesystem;
|
||||
|
||||
/**
|
||||
* test the cache:clear command
|
||||
*
|
||||
* Class CacheClearTest
|
||||
* @package Thelia\Tests\Command
|
||||
* @author Manuel Raynaud <mraynaud@openstudio.fr>
|
||||
*/
|
||||
class CacheClearTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
|
||||
|
||||
@@ -27,6 +27,13 @@ use Symfony\Component\Filesystem\Filesystem;
|
||||
use Thelia\Core\Application;
|
||||
use Thelia\Command\ModuleGenerateCommand;
|
||||
|
||||
/**
|
||||
* test the module:generate command
|
||||
*
|
||||
* Class ModuleGenerateCommandTest
|
||||
* @package Thelia\Tests\Command
|
||||
* @author Manuel Raynaud <mraynaud@openstudio.fr>
|
||||
*/
|
||||
class ModuleGenerateCommandTest extends BaseCommandTest
|
||||
{
|
||||
protected $command;
|
||||
|
||||
Reference in New Issue
Block a user