PHP Class spec\PhpSpec\Matcher\StringRegexMatcherSpec

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

Public Methods

Method Description
it_does_not_match_strings_that_do_match_specified_regex ( )
it_does_not_match_strings_that_do_not_match_specified_regex ( )
it_does_not_support_anything_else ( )
it_is_a_matcher ( )
it_matches_strings_that_do_not_match_specified_regex ( )
it_matches_strings_that_match_specified_regex ( )
it_supports_match_keyword_and_string_subject ( )
let ( PhpSpec\Formatter\Presenter\Presenter $presenter )

Method Details

it_does_not_match_strings_that_do_match_specified_regex() public method

it_does_not_match_strings_that_do_not_match_specified_regex() 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_match_specified_regex() public method

it_matches_strings_that_match_specified_regex() public method

it_supports_match_keyword_and_string_subject() public method

let() public method

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