PHP Class spec\Prophecy\Exception\Prediction\UnexpectedCallsCountExceptionSpec

Inheritance: extends PhpSpec\ObjectBehavior
ファイルを表示 Open project: phpspec/prophecy

Public Methods

Method Description
it_extends_UnexpectedCallsException ( )
it_should_expose_expectedCount_through_getter ( )
let ( Prophecy\Prophecy\ObjectProphecy $objectProphecy, Prophecy\Prophecy\MethodProphecy $methodProphecy, Prophecy\Call\Call $call1, Prophecy\Call\Call $call2 )

Method Details

it_extends_UnexpectedCallsException() public method

it_should_expose_expectedCount_through_getter() public method

let() public method

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