PHP 클래스 spec\PhpSpec\Matcher\StringRegexMatcherSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: phpspec/phpspec

공개 메소드들

메소드 설명
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 )

메소드 상세

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() 공개 메소드

public 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() 공개 메소드

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