Ejemplo n.º 1
0
 public function testGetoptToString()
 {
     $opts = new Zend_Console_Getopt('abp:', array('-a', '-p', 'p_arg'));
     $this->assertEquals($opts->__toString(), 'a=true p=p_arg');
 }