[Nostromo] Improve test coverage

This commit is contained in:
Andrés Montañez
2017-01-07 02:04:36 -03:00
parent 238777cb41
commit 6d708c35fa
11 changed files with 73 additions and 9 deletions
-1
View File
@@ -29,7 +29,6 @@ class MoveTask extends AbstractFileTask
{
try {
return sprintf('[FS] Move "%s" to "%s"', $this->getFile('from'), $this->getFile('to'));
} catch (Exception $exception) {
return '[FS] Move [missing parameters]';
}