PHP Class spec\Prophecy\Exception\Prediction\UnexpectedCallsExceptionSpec

Inheritance: extends PhpSpec\ObjectBehavior
Afficher le fichier Open project: phpspec/prophecy

Méthodes publiques

Méthode Description
it_extends_MethodProphecyException ( )
it_is_PredictionException ( )
it_should_expose_calls_list_through_getter ( $call1, $call2 )
let ( Prophecy\Prophecy\ObjectProphecy $objectProphecy, Prophecy\Prophecy\MethodProphecy $methodProphecy, Prophecy\Call\Call $call1, Prophecy\Call\Call $call2 )

Method Details

it_extends_MethodProphecyException() public méthode

it_is_PredictionException() public méthode

it_should_expose_calls_list_through_getter() public méthode

public it_should_expose_calls_list_through_getter ( $call1, $call2 )

let() public méthode

public let ( Prophecy\Prophecy\ObjectProphecy $objectProphecy, Prophecy\Prophecy\MethodProphecy $methodProphecy, Prophecy\Call\Call $call1, Prophecy\Call\Call $call2 )
$objectProphecy Prophecy\Prophecy\ObjectProphecy
$methodProphecy Prophecy\Prophecy\MethodProphecy
$call1 Prophecy\Call\Call
$call2 Prophecy\Call\Call