--TEST-- Test for Console_CommandLine::parse() method (errors 2). --SKIPIF-- --ARGS-- --float 2>&1 --FILE-- parse(); } catch (Console_CommandLine_Exception $exc) { $parser->displayError($exc->getMessage()); } ?> --EXPECT-- Error: option "float" require a value. Type "some_program -h" to get help.