PHP 클래스 spec\PhpSpec\Matcher\StringContainMatcherSpec

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

공개 메소드들

메소드 설명
it_does_not_match_strings_that_do_contain_specified_substring ( )
it_does_not_match_strings_that_do_not_contain_specified_substring ( )
it_does_not_support_missing_argument ( )
it_does_not_support_non_string_argument ( )
it_does_not_support_non_string_keyword ( )
it_is_a_matcher ( )
it_matches_strings_that_contain_specified_substring ( )
it_matches_strings_that_do_not_contain_specified_substring ( )
it_supports_contain_keyword_string_subject_and_argument ( )
let ( PhpSpec\Formatter\Presenter\Presenter $presenter )

메소드 상세

it_does_not_match_strings_that_do_contain_specified_substring() 공개 메소드

it_does_not_match_strings_that_do_not_contain_specified_substring() 공개 메소드

it_does_not_support_missing_argument() 공개 메소드

it_does_not_support_non_string_argument() 공개 메소드

it_does_not_support_non_string_keyword() 공개 메소드

it_is_a_matcher() 공개 메소드

public it_is_a_matcher ( )

it_matches_strings_that_contain_specified_substring() 공개 메소드

it_matches_strings_that_do_not_contain_specified_substring() 공개 메소드

it_supports_contain_keyword_string_subject_and_argument() 공개 메소드

let() 공개 메소드

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