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

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

공개 메소드들

메소드 설명
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 ( )

메소드 상세

it_does_not_score_if_argument_array_has_wrong_count() 공개 메소드

it_does_not_score_if_argument_countable_object_has_wrong_count() 공개 메소드

it_does_not_score_if_argument_is_neither_array_nor_countable_object() 공개 메소드

it_has_simple_string_representation() 공개 메소드

it_implements_TokenInterface() 공개 메소드

it_is_not_last() 공개 메소드

public it_is_not_last ( )

it_scores_6_if_argument_array_has_proper_count() 공개 메소드

it_scores_6_if_argument_countable_object_has_proper_count() 공개 메소드

let() 공개 메소드

public let ( )