]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/PHPUnit/PHPUnit/Framework/MockObject/Generator/unmocked_clone.tpl.dist
Release 6.2.0
[Github/sugarcrm.git] / tests / PHPUnit / PHPUnit / Framework / MockObject / Generator / unmocked_clone.tpl.dist
1     public function __clone()
2     {
3         $this->invocationMocker = clone $this->__phpunit_getInvocationMocker();
4         parent::__clone();
5     }