@postCondition
protected function verifyProphecyDoubles() : void { if ($this->prophet === null) { return; } try { $this->prophet ->checkPredictions(); } catch (PredictionException $e) { throw new AssertionFailedError($e->getMessage()); } finally { $this->countProphecyAssertions(); } }