PHP Class spec\PhpSpec\Matcher\StringStartMatcherSpec

Inheritance: extends PhpSpec\ObjectBehavior
Afficher le fichier Open project: phpspec/phpspec

Méthodes publiques

Méthode Description
it_does_not_match_strings_that_do_not_start_with_specified_prefix ( )
it_does_not_match_strings_that_do_start_with_specified_prefix ( )
it_does_not_support_anything_else ( )
it_is_a_matcher ( )
it_matches_strings_that_do_not_start_with_specified_prefix ( )
it_matches_strings_that_start_with_specified_prefix ( )
it_supports_startWith_keyword_and_string_subject ( )
let ( PhpSpec\Formatter\Presenter\Presenter $presenter )

Method Details

it_does_not_match_strings_that_do_not_start_with_specified_prefix() public méthode

it_does_not_match_strings_that_do_start_with_specified_prefix() public méthode

it_does_not_support_anything_else() public méthode

it_is_a_matcher() public méthode

public it_is_a_matcher ( )

it_matches_strings_that_do_not_start_with_specified_prefix() public méthode

it_matches_strings_that_start_with_specified_prefix() public méthode

it_supports_startWith_keyword_and_string_subject() public méthode

let() public méthode

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