You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vadim Justus edited this page Jun 26, 2014
·
2 revisions
TechDivision_MagentoUnitTesting_Helper_Proxy
An instance of that class dispatches all method invocations to the origin mock object it was build for.
With the following methods it is possible to manipulate/extend the method invocation. You can add callbacks
which should run before or after the original method. You can also disable the calling of the original method.