Properly initialize value.

Change call to protected method to public one.
This commit is contained in:
Benoît Burnichon
2015-06-09 11:26:20 +02:00
parent cd7d8b5d3b
commit 92636bfe5a
2 changed files with 2 additions and 1 deletions

View File

@@ -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);
}
}