Details | Letzte Änderung | Log anzeigen | RSS feed
public function __clone()
{
$this->invocationMocker = clone $this->__phpunit_getInvocationMocker();
parent::__clone();
}