Checks currently registered [with should(...)] prediction.
void
PredictionException
public function checkPrediction() { if (null === $this->prediction) { return; } $this->shouldHave($this->prediction); }