1    public function __clone()
2    {
3        $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
4    }
5