PHP Class spec\Prophecy\Prediction\CallTimesPredictionSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: phpspec/prophecy

Public Methods

Method Description
it_does_nothing_if_there_were_exact_amount_of_calls_being_made ( Prophecy\Prophecy\ObjectProphecy $object, Prophecy\Prophecy\MethodProphecy $method, Prophecy\Call\Call $call1, Prophecy\Call\Call $call2 )
it_is_prediction ( )
it_throws_UnexpectedCallsCountException_if_calls_found ( Prophecy\Prophecy\ObjectProphecy $object, Prophecy\Prophecy\MethodProphecy $method, Prophecy\Call\Call $call, Prophecy\Argument\ArgumentsWildcard $arguments )
let ( )

Method Details

it_does_nothing_if_there_were_exact_amount_of_calls_being_made() public method

public it_does_nothing_if_there_were_exact_amount_of_calls_being_made ( Prophecy\Prophecy\ObjectProphecy $object, Prophecy\Prophecy\MethodProphecy $method, Prophecy\Call\Call $call1, Prophecy\Call\Call $call2 )
$object Prophecy\Prophecy\ObjectProphecy
$method Prophecy\Prophecy\MethodProphecy
$call1 Prophecy\Call\Call
$call2 Prophecy\Call\Call

it_is_prediction() public method

public it_is_prediction ( )

it_throws_UnexpectedCallsCountException_if_calls_found() public method

public it_throws_UnexpectedCallsCountException_if_calls_found ( Prophecy\Prophecy\ObjectProphecy $object, Prophecy\Prophecy\MethodProphecy $method, Prophecy\Call\Call $call, Prophecy\Argument\ArgumentsWildcard $arguments )
$object Prophecy\Prophecy\ObjectProphecy
$method Prophecy\Prophecy\MethodProphecy
$call Prophecy\Call\Call
$arguments Prophecy\Argument\ArgumentsWildcard

let() public method

public let ( )