public function testGetOptions()
 {
     $out = new ezcConsoleOutput();
     $status = new ezcConsoleProgressMonitor($out, 7);
     $this->assertSame($status->options, $status->getOptions());
 }