PHP Класс spec\Prophecy\Prediction\CallPredictionSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
it_does_nothing_if_there_is_more_than_one_call_been_made ( Prophecy\Prophecy\ObjectProphecy $object, Prophecy\Prophecy\MethodProphecy $method, Prophecy\Call\Call $call )
it_is_prediction ( )
it_throws_NoCallsException_if_no_calls_found ( Prophecy\Prophecy\ObjectProphecy $object, Prophecy\Prophecy\MethodProphecy $method, Prophecy\Argument\ArgumentsWildcard $arguments )

Описание методов

it_does_nothing_if_there_is_more_than_one_call_been_made() публичный Метод

public it_does_nothing_if_there_is_more_than_one_call_been_made ( Prophecy\Prophecy\ObjectProphecy $object, Prophecy\Prophecy\MethodProphecy $method, Prophecy\Call\Call $call )
$object Prophecy\Prophecy\ObjectProphecy
$method Prophecy\Prophecy\MethodProphecy
$call Prophecy\Call\Call

it_is_prediction() публичный Метод

public it_is_prediction ( )

it_throws_NoCallsException_if_no_calls_found() публичный Метод

public it_throws_NoCallsException_if_no_calls_found ( Prophecy\Prophecy\ObjectProphecy $object, Prophecy\Prophecy\MethodProphecy $method, Prophecy\Argument\ArgumentsWildcard $arguments )
$object Prophecy\Prophecy\ObjectProphecy
$method Prophecy\Prophecy\MethodProphecy
$arguments Prophecy\Argument\ArgumentsWildcard