Exemplo n.º 1
0
 public function testGetOptions()
 {
     $out = new ezcConsoleOutput();
     $status = new ezcConsoleProgressMonitor($out, 7);
     $this->assertSame($status->options, $status->getOptions());
 }