Method | Description | |
---|---|---|
it_does_not_match_ArrayObject_without_provided_offset ( ArrayObject $array ) | ||
it_does_not_match_array_without_specified_key ( ) | ||
it_is_a_matcher ( ) | ||
it_matches_ArrayObject_with_provided_offset ( ArrayObject $array ) | ||
it_matches_ArrayObject_without_specified_offset ( ArrayObject $array ) | ||
it_matches_array_with_specified_key ( ) | ||
it_matches_array_with_specified_key_even_if_there_is_no_value ( ) | ||
it_matches_array_without_specified_key ( ) | ||
it_responds_to_haveKey ( ) | ||
let ( PhpSpec\Formatter\Presenter\Presenter $presenter ) |
public it_does_not_match_ArrayObject_without_provided_offset ( ArrayObject $array ) | ||
$array | ArrayObject |
public it_matches_ArrayObject_with_provided_offset ( ArrayObject $array ) | ||
$array | ArrayObject |
public it_matches_ArrayObject_without_specified_offset ( ArrayObject $array ) | ||
$array | ArrayObject |
public it_matches_array_without_specified_key ( ) |
public let ( PhpSpec\Formatter\Presenter\Presenter $presenter ) | ||
$presenter | PhpSpec\Formatter\Presenter\Presenter |