mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Properly initialize value.
Change call to protected method to public one.
This commit is contained in:
@@ -25,6 +25,6 @@ class TaskListTest extends \PhraseanetTestCase
|
||||
$application->add($command);
|
||||
|
||||
$setupCommand = $application->find('task-manager:task:list');
|
||||
$setupCommand->execute($input, $output);
|
||||
$setupCommand->run($input, $output);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user