namespace Prophecy\Prediction
Object name | File name | Summary |
---|---|---|
CallbackPrediction | vendor/phpspec/prophecy/src/Prophecy/Prediction/CallbackPrediction.php | Executes preset callback. |
CallPrediction | vendor/phpspec/prophecy/src/Prophecy/Prediction/CallPrediction.php | Tests that there was at least one call. |
CallTimesPrediction | vendor/phpspec/prophecy/src/Prophecy/Prediction/CallTimesPrediction.php | Tests that there was exact amount of calls made. |
NoCallsPrediction | vendor/phpspec/prophecy/src/Prophecy/Prediction/NoCallsPrediction.php | Tests that there were no calls made. |
PredictionInterface | vendor/phpspec/prophecy/src/Prophecy/Prediction/PredictionInterface.php | Prediction interface. Predictions are logical test blocks, tied to `should...` keyword. |