[Nostromo] Improve coverage

This commit is contained in:
Andrés Montañez
2017-02-11 02:07:08 -03:00
parent 9d6163669a
commit b45d85c030
2 changed files with 3 additions and 2 deletions
@@ -19,6 +19,7 @@ class SelfUpdateTaskTest extends TestCase
$task = new SelfUpdateTask();
$task->setOptions(['path' => 'composer']);
$task->setRuntime($runtime);
$this->assertEquals('[Composer] Self Update', $task->getDescription());
try {
$task->execute();