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