PHP Класс spec\Prophecy\Promise\ThrowPromiseSpec

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

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

Метод Описание
it_instantiates_and_throws_exception_from_provided_classname ( Prophecy\Prophecy\ObjectProphecy $object, Prophecy\Prophecy\MethodProphecy $method )
it_instantiates_exceptions_with_required_arguments ( Prophecy\Prophecy\ObjectProphecy $object, Prophecy\Prophecy\MethodProphecy $method )
it_is_promise ( )
it_throws_provided_exception ( Prophecy\Prophecy\ObjectProphecy $object, Prophecy\Prophecy\MethodProphecy $method )
let ( )

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

it_instantiates_and_throws_exception_from_provided_classname() публичный метод

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

it_instantiates_exceptions_with_required_arguments() публичный метод

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

it_is_promise() публичный метод

public it_is_promise ( )

it_throws_provided_exception() публичный метод

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

let() публичный метод

public let ( )