1..17 # ->initialize() ok 1 - ->initialize() takes a sfContext object as its first argument ok 2 - ->initialize() takes an array of parameters as its second argument # ->getContext() ok 3 - ->getContext() returns the current context # ->isFirstCall() ok 4 - ->isFirstCall() returns true if this is the first call with this argument ok 5 - ->isFirstCall() returns false if this is not the first call with this argument ok 6 - ->isFirstCall() returns false if this is not the first call with this argument ok 7 - ->isFirstCall() returns false if this is not the first call with this argument # Parameter holder proxy ok 8 - ->getParameterHolder() returns a parameter holder instance ok 9 - ->hasParameter() returns false if the parameter does not exist ok 10 - ->getParameter() returns the default value if parameter does not exist ok 11 - ->hasParameter() returns true if the parameter exists ok 12 - ->hasParameter() is a proxy method ok 13 - ->getParameter() returns the value of the parameter ok 14 - ->getParameter() is a proxy method ok 15 - ->getParameter() does not return the default value if the parameter exists ok 16 - ->setParameter() is a proxy method ok 17 - ->setParameter() is a proxy method # Looks like everything went fine.