Source Class Properties _backup Class Methods setUp tearDown testParseNoArgumentsNoOptions testParseArguments testParseGnuStyleLongOptions testParseShortOption testParseShortOptionAsFirst testParseGnuStyleLongOptionAsFirst Extends lithium\test\Unit Source public function setUp() { $this->_backup = $_SERVER; $_SERVER['argv'] = array(); }