Esempio n. 1
0
 /**
  * @group ZF-2064
  */
 public function testAddRulesDoesNotThrowWarnings()
 {
     // Fails if warning is thrown: Should not happen!
     $opts = new Getopt('abp:');
     $opts->addRules(
       array(
         'verbose|v' => 'Print verbose output'
       )
     );
 }