PHP Class spec\PhpSpec\Matcher\TriggerMatcherSpec

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

Public Methods

Method Description
it_accepts_a_method_during_which_an_error_should_be_triggered ( ArrayObject $arr )
it_accepts_a_method_during_which_an_error_should_not_be_triggered ( ArrayObject $arr )
it_accepts_a_method_during_which_any_error_should_be_triggered ( ArrayObject $arr )
it_accepts_a_method_during_which_any_error_should_not_be_triggered ( ArrayObject $arr )
it_supports_the_trigger_alias_for_object_and_exception_name ( )
let ( Unwrapper $unwrapper )

Method Details

it_accepts_a_method_during_which_an_error_should_be_triggered() public method

public it_accepts_a_method_during_which_an_error_should_be_triggered ( ArrayObject $arr )
$arr ArrayObject

it_accepts_a_method_during_which_an_error_should_not_be_triggered() public method

public it_accepts_a_method_during_which_an_error_should_not_be_triggered ( ArrayObject $arr )
$arr ArrayObject

it_accepts_a_method_during_which_any_error_should_be_triggered() public method

public it_accepts_a_method_during_which_any_error_should_be_triggered ( ArrayObject $arr )
$arr ArrayObject

it_accepts_a_method_during_which_any_error_should_not_be_triggered() public method

public it_accepts_a_method_during_which_any_error_should_not_be_triggered ( ArrayObject $arr )
$arr ArrayObject

it_supports_the_trigger_alias_for_object_and_exception_name() public method

let() public method

public let ( Unwrapper $unwrapper )
$unwrapper PhpSpec\Wrapper\Unwrapper