From aa58e3d2cf0be0b4ea6ca9eb4051bf1d4c34c347 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 18 Mar 2010 19:25:10 +0100 Subject: [PATCH] There is no InterceptingParser. --- framework/Argv/test/Horde/Argv/CallbackVarArgsTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/Argv/test/Horde/Argv/CallbackVarArgsTest.php b/framework/Argv/test/Horde/Argv/CallbackVarArgsTest.php index d14996ec4..0a0a07475 100644 --- a/framework/Argv/test/Horde/Argv/CallbackVarArgsTest.php +++ b/framework/Argv/test/Horde/Argv/CallbackVarArgsTest.php @@ -20,8 +20,8 @@ class Horde_Argv_CallbackVarArgsTest extends Horde_Argv_TestCase $this->makeOption('-b', array('action' => 'store_true', 'dest' => 'b')), $this->makeOption('-c', '--callback', array('action' => 'callback', 'callback' => array($this, 'variableArgs'), 'dest' => 'c')), ); - $this->parser = new Horde_Argv_InterceptingParser(array('usage' => Horde_Argv_Option::SUPPRESS_USAGE, - 'optionList' => $options)); + $this->parser = new Horde_Argv_Parser(array('usage' => Horde_Argv_Option::SUPPRESS_USAGE, + 'optionList' => $options)); } public function variableArgs($option, $opt, $value, $parser) -- 2.11.0