1..41
# __construct()
ok 1 - __construct() creates a new sfCommandArgumentsSet if none given
ok 2 - __construct() creates a new sfCommandOptionSet if none given
ok 3 - __construct() takes a sfCommandArgumentSet as its first argument
ok 4 - __construct() takes a sfCommandArgumentSet as its first argument
ok 5 - __construct() can take a sfCommandOptionSet as its second argument
# ->setArgumentSet() ->getArgumentSet()
ok 6 - ->setArgumentSet() sets the manager argument set
# ->setOptionSet() ->getOptionSet()
ok 7 - ->setOptionSet() sets the manager option set
# ->process()
ok 8 - ->process() processes CLI options
ok 9 - ->process() processes CLI options
ok 10 - ->process() processes CLI options
# ->getOptionValue()
ok 11 - ->getOptionValue() returns the value for the given option name
ok 12 - ->getOptionValue() returns the value for the given option name
ok 13 - ->getOptionValue() returns the value for the given option name
ok 14 - ->getOptionValue() returns the value for the given option name
ok 15 - ->getOptionValue() returns the value for the given option name
ok 16 - ->getOptionValue() returns the value for the given option name
ok 17 - ->getOptionValue() returns the value for the given option name
ok 18 - ->getOptionValue() returns the value for the given option name
ok 19 - ->getOptionValue() returns the value for the given option name
ok 20 - ->getOptionValue() returns the value for the given option name
ok 21 - ->getOptionValue() returns the value for the given option name
ok 22 - ->getOptionValue() throws a sfCommandException if the option name does not exist
# ->getArgumentValue()
ok 23 - ->getArgumentValue() returns the value for the given argument name
ok 24 - ->getArgumentValue() returns the value for the given argument name
ok 25 - ->getArgumentValue() throws a sfCommandException if the argument name does not exist
# ->isValid() ->getErrors()
ok 26 - ->isValid() returns false if the options are not valid
ok 27 - ->getErrors() returns an array of errors
ok 28 - ->isValid() returns false if the options are not valid
ok 29 - ->getErrors() returns an array of errors
ok 30 - ->isValid() returns false if the options are not valid
ok 31 - ->getErrors() returns an array of errors
ok 32 - ->isValid() returns false if the options are not valid
ok 33 - ->getErrors() returns an array of errors
ok 34 - ->isValid() returns false if the options are not valid
ok 35 - ->getErrors() returns an array of errors
ok 36 - ->isValid() returns false if the options are not valid
ok 37 - ->getErrors() returns an array of errors
ok 38 - ->isValid() returns false if the options are not valid
ok 39 - ->getErrors() returns an array of errors
ok 40 - ->isValid() returns false if the options are not valid
ok 41 - ->getErrors() returns an array of errors
Looks like everything went fine.