mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
Revert modules tests
This commit is contained in:
@@ -22,7 +22,7 @@ class module_console_tasklistTest extends PHPUnit_Framework_TestCase
|
||||
$commandTester = new CommandTester($command);
|
||||
$commandTester->execute(array('command' => $command->getName()));
|
||||
|
||||
$task_manager = new task_manager(self::$application);
|
||||
$task_manager = new task_manager($application);
|
||||
$lines = explode("\n", trim($commandTester->getDisplay()));
|
||||
|
||||
if (count($task_manager->getTasks()) > 0) {
|
||||
|
Reference in New Issue
Block a user