Hi Leo, I've thought about this solution as well. The problem with it is that you can't validate methods of your object this way, because they might have some logic depending on the object's state. You can't "fake" these methods without using the original object (or a similar one) and modifying its state.
My problem with this workaround is that we will always discover a new special case that can't be achieved without implementing special code handling this case. Such a solution is broken by design IMHO. Bernhard -- Software Architect & Engineer Blog: http://webmozarts.com Twitter: http://twitter.com/webmozart -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
