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

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

공개 메소드들

메소드 설명
it_does_not_score_if_preset_token_matches_argument ( $token )
it_has_simple_string_representation ( $token )
it_holds_originating_token ( $token )
it_implements_TokenInterface ( )
it_is_last_if_preset_token_is_last ( $token )
it_is_not_last_if_preset_token_is_not_last ( $token )
it_scores_4_if_preset_token_does_not_match_the_argument ( $token )
it_wraps_non_token_argument_into_ExactValueToken ( )
let ( Prophecy\Argument\Token\TokenInterface $token )

메소드 상세

it_does_not_score_if_preset_token_matches_argument() 공개 메소드

it_has_simple_string_representation() 공개 메소드

it_holds_originating_token() 공개 메소드

public it_holds_originating_token ( $token )

it_implements_TokenInterface() 공개 메소드

it_is_last_if_preset_token_is_last() 공개 메소드

it_is_not_last_if_preset_token_is_not_last() 공개 메소드

it_scores_4_if_preset_token_does_not_match_the_argument() 공개 메소드

it_wraps_non_token_argument_into_ExactValueToken() 공개 메소드

let() 공개 메소드

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