# __construct() # ->setArgumentSet() ->getArgumentSet() # ->setOptionSet() ->getOptionSet() # ->process() # Failed test (./sfCommandManagerTest.php at line 83) # Failed test (./sfCommandManagerTest.php at line 84) # got: array ( 'foo1' => false, 'foo2' => false, 'foo3' => 'default3', 'foo4' => 'default4', 'foo5' => 'default5', 'foo6' => 'default5', 'foo7' => 'default7', 'foo8' => array ( ), 'foo9' => 'default9', 'foo10' => 'default10', 'foo11' => 'default11', ) # expected: array ( 'foo1' => true, 'foo2' => true, 'foo3' => 'default3', 'foo4' => 'foo4', 'foo5' => 'foo5', 'foo6' => 'foo6 foo6', 'foo7' => 'foo7', 'foo8' => array ( 0 => 'foo', 1 => 'bar', ), 'foo9' => 'default9', 'foo10' => 'foo10', 'foo11' => 'foo11', ) # Failed test (./sfCommandManagerTest.php at line 85) # got: array ( 'foo1' => NULL, 'foo2' => array ( ), ) # expected: array ( 'foo1' => 'foo1', 'foo2' => array ( 0 => 'foo2', 1 => 'foo3', 2 => 'foo4', ), ) # ->getOptionValue() # Failed test (./sfCommandManagerTest.php at line 91) # got: false # expected: true # Failed test (./sfCommandManagerTest.php at line 91) # got: false # expected: true # Failed test (./sfCommandManagerTest.php at line 91) # got: 'default4' # expected: 'foo4' # Failed test (./sfCommandManagerTest.php at line 91) # got: 'default5' # expected: 'foo5' # Failed test (./sfCommandManagerTest.php at line 91) # got: 'default5' # expected: 'foo6 foo6' # Failed test (./sfCommandManagerTest.php at line 91) # got: 'default7' # expected: 'foo7' # Failed test (./sfCommandManagerTest.php at line 91) # got: array ( ) # expected: array ( 0 => 'foo', 1 => 'bar', ) # Failed test (./sfCommandManagerTest.php at line 91) # got: 'default10' # expected: 'foo10' # Failed test (./sfCommandManagerTest.php at line 91) # got: 'default11' # expected: 'foo11' # ->getArgumentValue() # Failed test (./sfCommandManagerTest.php at line 108) # got: NULL # expected: 'foo1' # Failed test (./sfCommandManagerTest.php at line 108) # got: array ( ) # expected: array ( 0 => 'foo2', 1 => 'foo3', 2 => 'foo4', ) # ->isValid() ->getErrors() # Failed test (./sfCommandManagerTest.php at line 126) # Failed test (./sfCommandManagerTest.php at line 127) # got: 0 # expected: 1 # Failed test (./sfCommandManagerTest.php at line 138) # Failed test (./sfCommandManagerTest.php at line 139) # got: 0 # expected: 1 # Failed test (./sfCommandManagerTest.php at line 144) # Failed test (./sfCommandManagerTest.php at line 145) # got: 0 # expected: 1 # Failed test (./sfCommandManagerTest.php at line 150) # Failed test (./sfCommandManagerTest.php at line 151) # got: 0 # expected: 1 # Failed test (./sfCommandManagerTest.php at line 155) # Failed test (./sfCommandManagerTest.php at line 156) # got: 0 # expected: 1 # Failed test (./sfCommandManagerTest.php at line 160) # Failed test (./sfCommandManagerTest.php at line 161) # got: 0 # expected: 1 # Failed test (./sfCommandManagerTest.php at line 165) # Failed test (./sfCommandManagerTest.php at line 166) # got: 0 # expected: 1 # Looks like you failed 28 tests of 41.