PHP Class spec\Prophecy\Argument\Token\ArrayEveryEntryTokenSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: phpspec/prophecy

Public Methods

Method Description
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 )

Method Details

it_does_not_score_array_keys() public method

public it_does_not_score_array_keys ( $value )

it_does_not_score_empty_array() public method

it_does_not_score_if_argument_is_neither_array_nor_traversable() public method

it_does_not_score_traversable_object_without_entries() public method

it_holds_value() public method

public it_holds_value ( $value )

it_implements_TokenInterface() public method

it_is_not_last() public method

public it_is_not_last ( )

it_scores_avg_of_scores_from_value_tokens() public method

it_scores_false_if_entry_scores_false() public method

it_scores_traversable_object_from_value_token() public method

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 method

public it_wraps_non_token_value_into_ExactValueToken ( stdClass $stdClass )
$stdClass stdClass

its_string_representation_tells_that_its_an_array_containing_only_value() public method

let() public method

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