Closed tyteen4a03 closed 1 year ago
No, because checkPredictions
checks the predictions being done. It has no way to know about cases where you would have liked to make one but forgot.
This is a job for a linter or a custom static analysis rule, not for a runtime check.
My team would like to ensure all prophecies made all include the
shouldBeCalled
predicate. Is there an option to validate this inProphet::checkPredictions()
?