Are there any tools that can mock phalcon classes? I use codeception/aspectMock, but unless the method in question exists in my class (UserModels extends \Phalcon\Mvc\Model). So for example, I can't mock find, save, etc... because those typically arent in my extended classes.
I've seen a compiled extension in the past that looked capable of redifining ANY method calls... but cant remember the name.