Class Horde_Test_Stub_Parser
A test helper for testing Horde_Argv based classes.
Copyright 2010-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
- Horde_Argv_Parser
- Horde_Test_Stub_Parser
Package: Test
Category: Horde
License: LGPL
Author: Gunnar Wrobel wrobel@pardus.de
Since: Horde_Test 1.2.0
Link: http://www.horde.org/components/Horde_Test
Located at Horde/Test/Stub/Parser.php
Category: Horde
License: LGPL
Author: Gunnar Wrobel wrobel@pardus.de
Since: Horde_Test 1.2.0
Link: http://www.horde.org/components/Horde_Test
Located at Horde/Test/Stub/Parser.php
public
|
#
parserError( string $msg )
Print a usage message incorporating $msg to stderr and exit. If you override this in a subclass, it should not return -- it should either exit or raise an exception. |
public
|