PHP Class spec\Prophecy\Call\CallSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: phpspec/prophecy

Public Methods

Method Description
it_exposes_arguments_through_getter ( )
it_exposes_exception_through_getter ( $exception )
it_exposes_file_and_line_through_getter ( )
it_exposes_method_name_through_getter ( )
it_exposes_return_value_through_getter ( )
it_returns_shortpath_to_callPlace ( )
it_returns_unknown_as_callPlace_if_no_file_or_line_provided ( )
let ( Exception $exception )

Method Details

it_exposes_arguments_through_getter() public method

it_exposes_exception_through_getter() public method

public it_exposes_exception_through_getter ( $exception )

it_exposes_file_and_line_through_getter() public method

it_exposes_method_name_through_getter() public method

it_exposes_return_value_through_getter() public method

it_returns_shortpath_to_callPlace() public method

it_returns_unknown_as_callPlace_if_no_file_or_line_provided() public method

let() public method

public let ( Exception $exception )
$exception Exception