1..19 # ->isDecorator() ->setDecorator() ok 1 - ->isDecorator() returns true if the current view have to be decorated ok 2 - ->setDecorator() sets the decorator status for the view # format ok 3 - ->initialize() uses the format to configure the view ok 4 - ->initialize() uses the format to configure the view ok 5 - ->initialize() uses the format to configure the view ok 6 - ->initialize() uses the format to configure the view ok 7 - ->initialize() uses the format to configure the view # 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 # New methods via sfEventDispatcher ok 18 - __call() accepts new methods via sfEventDispatcher ok 19 - __call() throws an exception if the method does not exist as a sfEventDispatcher listener # Looks like everything went fine.