Example #1
0
 /**
  * Tests doGetopt()
  */
 public function testDoGetopt()
 {
     $result = Console_GetoptPlus_Getopt::doGetopt();
     $this->assertEquals(array(array(), array()), $result);
 }