WR#334284 fixing unit tests

This commit is contained in:
Christina Thee Roperto
2021-02-02 15:50:47 +11:00
parent f77c85355c
commit 5589bb77e2
8 changed files with 35 additions and 9 deletions

View File

@@ -102,6 +102,15 @@ abstract class clibase {
$this->time = $time;
}
/**
* Gets the reference time for creating outages.
*/
public function get_referencetime()
{
return $this->time;
}
/**
* Generates all options (parameters) available for the CLI command.
* @return mixed[] Options.