mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
changes asked on last pull requaest
This commit is contained in:
@@ -3,14 +3,13 @@
|
||||
require_once __DIR__ . '/../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc';
|
||||
|
||||
use Symfony\Component\Console\Tester\CommandTester;
|
||||
use \Symfony\Component\Console\Application;
|
||||
use Symfony\Component\Console\Application;
|
||||
|
||||
class module_console_taskStateTest extends PHPUnit_Framework_TestCase
|
||||
class module_console_taskStateTest extends PhraseanetPHPUnitAbstract
|
||||
{
|
||||
|
||||
/**
|
||||
* @covers {className}::{origMethodName}
|
||||
* @todo Implement testExecute().
|
||||
* @covers module_console_taskState::execute
|
||||
*/
|
||||
public function testExecute()
|
||||
{
|
||||
|
Reference in New Issue
Block a user