1..8 # ->initialize() ok 1 - ->initialize() takes a sfContext object as its first argument ok 2 - ->initialize() takes a sfContext object as its first argument # ->getContext() ok 3 - ->getContext() returns the current context # ->getRequest() ok 4 - ->getRequest() returns the current request # ->getResponse() ok 5 - ->getResponse() returns the current response # __set() ok 6 - __set() populates component variables # 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.