PHP Class spec\Prophecy\Argument\Token\ArrayCountTokenSpec

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

Public Methods

Method Description
it_does_not_score_if_argument_array_has_wrong_count ( )
it_does_not_score_if_argument_countable_object_has_wrong_count ( Countable $countable )
it_does_not_score_if_argument_is_neither_array_nor_countable_object ( )
it_has_simple_string_representation ( )
it_implements_TokenInterface ( )
it_is_not_last ( )
it_scores_6_if_argument_array_has_proper_count ( )
it_scores_6_if_argument_countable_object_has_proper_count ( Countable $countable )
let ( )

Method Details

it_does_not_score_if_argument_array_has_wrong_count() public method

it_does_not_score_if_argument_countable_object_has_wrong_count() public method

it_does_not_score_if_argument_is_neither_array_nor_countable_object() public method

it_has_simple_string_representation() public method

it_implements_TokenInterface() public method

it_is_not_last() public method

public it_is_not_last ( )

it_scores_6_if_argument_array_has_proper_count() public method

it_scores_6_if_argument_countable_object_has_proper_count() public method

let() public method

public let ( )