PHP 클래스 spec\Prophecy\Exception\Prediction\UnexpectedCallsExceptionSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: phpspec/prophecy

공개 메소드들

메소드 설명
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 )

메소드 상세

it_extends_MethodProphecyException() 공개 메소드

it_is_PredictionException() 공개 메소드

it_should_expose_calls_list_through_getter() 공개 메소드

public it_should_expose_calls_list_through_getter ( $call1, $call2 )

let() 공개 메소드

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