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