Eloquent\Phony\Mock\Handle\Handle::proxy PHP Méthode

proxy() public méthode

This method may help when partial mocking of a particular implementation is not possible; as in the case of a final class.
public proxy ( object $object )
$object object The object to use.
    public function proxy($object);