not = new ExclusionContext($this); } public function __clone() { // clone the exclusion context as well $this->not = clone $this->not; } /** @codeCoverageIgnore */ public function __destruct() { unset($this->not); } }