mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-28 18:18:57 +02:00
[Nostromo] Improve coverage
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user