PHP 클래스 spec\PhpSpec\Matcher\ArrayKeyValueMatcherSpec

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

공개 메소드들

메소드 설명
it_does_not_match_ArrayObject_with_missing_key ( ArrayObject $array )
it_does_not_match_ArrayObject_with_wrong_value_for_specified_offset ( ArrayObject $array )
it_does_not_match_array_with_missing_key ( )
it_does_not_match_array_with_wrong_value_for_specified_key ( )
it_does_not_respond_to_haveKeyWithValue_with_non_array_subject ( )
it_is_a_matcher ( )
it_matches_ArrayObject_with_correct_value_for_specified_offset ( ArrayObject $array )
it_matches_ArrayObject_with_invalid_key_value ( ArrayObject $array )
it_matches_ArrayObject_without_specified_offset ( ArrayObject $array )
it_matches_array_with_correct_value_for_specified_key ( )
it_matches_array_with_invalid_key_value ( )
it_matches_array_without_specified_key ( )
it_responds_to_haveKeyWithValue_with_array_access_subject ( )
it_responds_to_haveKeyWithValue_with_array_subject ( )
let ( PhpSpec\Formatter\Presenter\Presenter $presenter )

메소드 상세

it_does_not_match_ArrayObject_with_missing_key() 공개 메소드

public it_does_not_match_ArrayObject_with_missing_key ( ArrayObject $array )
$array ArrayObject

it_does_not_match_ArrayObject_with_wrong_value_for_specified_offset() 공개 메소드

public it_does_not_match_ArrayObject_with_wrong_value_for_specified_offset ( ArrayObject $array )
$array ArrayObject

it_does_not_match_array_with_missing_key() 공개 메소드

it_does_not_match_array_with_wrong_value_for_specified_key() 공개 메소드

it_does_not_respond_to_haveKeyWithValue_with_non_array_subject() 공개 메소드

it_is_a_matcher() 공개 메소드

public it_is_a_matcher ( )

it_matches_ArrayObject_with_correct_value_for_specified_offset() 공개 메소드

public it_matches_ArrayObject_with_correct_value_for_specified_offset ( ArrayObject $array )
$array ArrayObject

it_matches_ArrayObject_with_invalid_key_value() 공개 메소드

public it_matches_ArrayObject_with_invalid_key_value ( ArrayObject $array )
$array ArrayObject

it_matches_ArrayObject_without_specified_offset() 공개 메소드

public it_matches_ArrayObject_without_specified_offset ( ArrayObject $array )
$array ArrayObject

it_matches_array_with_correct_value_for_specified_key() 공개 메소드

it_matches_array_with_invalid_key_value() 공개 메소드

it_matches_array_without_specified_key() 공개 메소드

it_responds_to_haveKeyWithValue_with_array_access_subject() 공개 메소드

it_responds_to_haveKeyWithValue_with_array_subject() 공개 메소드

let() 공개 메소드

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