PHP Class spec\Prophecy\Argument\Token\LogicalNotTokenSpec

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

Public Methods

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

Method Details

it_does_not_score_if_preset_token_matches_argument() public method

it_has_simple_string_representation() public method

it_holds_originating_token() public method

public it_holds_originating_token ( $token )

it_implements_TokenInterface() public method

it_is_last_if_preset_token_is_last() public method

it_is_not_last_if_preset_token_is_not_last() public method

it_scores_4_if_preset_token_does_not_match_the_argument() public method

it_wraps_non_token_argument_into_ExactValueToken() public method

let() public method

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