PHP Class spec\Prophecy\Prediction\NoCallsPredictionSpec

Inheritance: extends PhpSpec\ObjectBehavior
Mostrar archivo Open project: phpspec/prophecy

Public Methods

Method Description
it_does_nothing_if_there_is_no_calls_made ( Prophecy\Prophecy\ObjectProphecy $object, Prophecy\Prophecy\MethodProphecy $method )
it_is_prediction ( )
it_throws_UnexpectedCallsException_if_calls_found ( Prophecy\Prophecy\ObjectProphecy $object, Prophecy\Prophecy\MethodProphecy $method, Prophecy\Call\Call $call, Prophecy\Argument\ArgumentsWildcard $arguments )

Method Details

it_does_nothing_if_there_is_no_calls_made() public method

public it_does_nothing_if_there_is_no_calls_made ( Prophecy\Prophecy\ObjectProphecy $object, Prophecy\Prophecy\MethodProphecy $method )
$object Prophecy\Prophecy\ObjectProphecy
$method Prophecy\Prophecy\MethodProphecy

it_is_prediction() public method

public it_is_prediction ( )

it_throws_UnexpectedCallsException_if_calls_found() public method

public it_throws_UnexpectedCallsException_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