PHP Class spec\PhpSpec\Matcher\StringEndMatcherSpec

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

Public Methods

Method Description
it_does_not_match_strings_that_do_end_with_specified_suffix ( )
it_does_not_match_strings_that_do_not_end_with_specified_suffix ( )
it_does_not_support_anything_else ( )
it_is_a_matcher ( )
it_matches_strings_that_do_not_end_with_specified_suffix ( )
it_matches_strings_that_end_with_specified_suffix ( )
it_supports_endWith_keyword_and_string_subject ( )
let ( PhpSpec\Formatter\Presenter\Presenter $presenter )

Method Details

it_does_not_match_strings_that_do_end_with_specified_suffix() public method

it_does_not_match_strings_that_do_not_end_with_specified_suffix() public method

it_does_not_support_anything_else() public method

it_is_a_matcher() public method

public it_is_a_matcher ( )

it_matches_strings_that_do_not_end_with_specified_suffix() public method

it_matches_strings_that_end_with_specified_suffix() public method

it_supports_endWith_keyword_and_string_subject() public method

let() public method

public let ( PhpSpec\Formatter\Presenter\Presenter $presenter )
$presenter PhpSpec\Formatter\Presenter\Presenter