It would be great if the generated proxy classes implement some interface. Then you will be able to test it as: ``` php $isProxy = $instance instanceof SOME_INTERFACE; ```
It would be great if the generated proxy classes implement some interface. Then you will be able to test it as: