[ProxyManagerBridge] fix tests

This commit is contained in:
Nicolas Grekas 2020-11-12 14:19:35 +01:00
parent 47041370c0
commit ecf9859609

View File

@ -114,8 +114,8 @@ class SunnyInterface_%s implements \ProxyManager\Proxy\VirtualProxyInterface, \S
$targetObject = $this->valueHolder%s; $targetObject = $this->valueHolder%s;
unset($targetObject->$name);%S unset($targetObject->$name);
} %a }
public function __clone() public function __clone()
{ {