Lggr
Public Member Functions | List of all members
Prophecy\Prediction\CallTimesPrediction Class Reference
Inheritance diagram for Prophecy\Prediction\CallTimesPrediction:
Inheritance graph
[legend]
Collaboration diagram for Prophecy\Prediction\CallTimesPrediction:
Collaboration graph
[legend]

Public Member Functions

 __construct ($times, StringUtil $util=null)
 
 check (array $calls, ObjectProphecy $object, MethodProphecy $method)
 

Detailed Description

Prediction interface. Predictions are logical test blocks, tied to should... keyword.

Author
Konstantin Kudryashov ever..nosp@m.zet@.nosp@m.gmail.nosp@m..com

Constructor & Destructor Documentation

◆ __construct()

Prophecy\Prediction\CallTimesPrediction::__construct (   $times,
StringUtil  $util = null 
)

Initializes prediction.

Parameters
int$times
StringUtil$util

Member Function Documentation

◆ check()

Prophecy\Prediction\CallTimesPrediction::check ( array  $calls,
ObjectProphecy  $object,
MethodProphecy  $method 
)

Tests that there was exact amount of calls made.

Parameters
Call[]$calls
ObjectProphecy$object
MethodProphecy$method
Exceptions

Implements Prophecy\Prediction\PredictionInterface.


The documentation for this class was generated from the following file: