PHP 클래스 spec\Prophecy\Argument\Token\ArrayEveryEntryTokenSpec

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

공개 메소드들

메소드 설명
it_does_not_score_array_keys ( $value )
it_does_not_score_empty_array ( )
it_does_not_score_if_argument_is_neither_array_nor_traversable ( )
it_does_not_score_traversable_object_without_entries ( Iterator $object )
it_holds_value ( $value )
it_implements_TokenInterface ( )
it_is_not_last ( )
it_scores_avg_of_scores_from_value_tokens ( $value )
it_scores_false_if_entry_scores_false ( $value )
it_scores_traversable_object_from_value_token ( Prophecy\Argument\Token\TokenInterface $value, Iterator $object )
it_wraps_non_token_value_into_ExactValueToken ( stdClass $stdClass )
its_string_representation_tells_that_its_an_array_containing_only_value ( $value )
let ( Prophecy\Argument\Token\TokenInterface $value )

메소드 상세

it_does_not_score_array_keys() 공개 메소드

public it_does_not_score_array_keys ( $value )

it_does_not_score_empty_array() 공개 메소드

it_does_not_score_if_argument_is_neither_array_nor_traversable() 공개 메소드

it_does_not_score_traversable_object_without_entries() 공개 메소드

it_holds_value() 공개 메소드

public it_holds_value ( $value )

it_implements_TokenInterface() 공개 메소드

it_is_not_last() 공개 메소드

public it_is_not_last ( )

it_scores_avg_of_scores_from_value_tokens() 공개 메소드

it_scores_false_if_entry_scores_false() 공개 메소드

it_scores_traversable_object_from_value_token() 공개 메소드

public it_scores_traversable_object_from_value_token ( Prophecy\Argument\Token\TokenInterface $value, Iterator $object )
$value Prophecy\Argument\Token\TokenInterface
$object Iterator

it_wraps_non_token_value_into_ExactValueToken() 공개 메소드

public it_wraps_non_token_value_into_ExactValueToken ( stdClass $stdClass )
$stdClass stdClass

its_string_representation_tells_that_its_an_array_containing_only_value() 공개 메소드

let() 공개 메소드

public let ( Prophecy\Argument\Token\TokenInterface $value )
$value Prophecy\Argument\Token\TokenInterface