1..8 # ->initialize() ok 1 - ->initialize() takes an array of options as its second argument ok 2 - ->getOptions() returns options for response instance # ->getContent() ->setContent() ok 3 - ->getContent() returns the current response content which is null by default ok 4 - ->setContent() sets the response content # ->sendContent() ok 5 - ->sendContent() output the current response content # ->serialize() ->unserialize() ok 6 - sfResponse implements the Serializable interface # New methods via sfEventDispatcher ok 7 - __call() accepts new methods via sfEventDispatcher ok 8 - __call() throws an exception if the method does not exist as a sfEventDispatcher listener # Looks like everything went fine.