PHP Класс spec\Prophecy\Argument\Token\LogicalAndTokenSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
it_does_not_score_if_either_of_tokens_does_not_score ( Prophecy\Argument\Token\TokenInterface $token1, Prophecy\Argument\Token\TokenInterface $token2 )
it_does_not_score_if_there_are_no_arguments_or_tokens ( )
it_generates_string_representation_from_all_tokens_imploded ( Prophecy\Argument\Token\TokenInterface $token1, Prophecy\Argument\Token\TokenInterface $token2, Prophecy\Argument\Token\TokenInterface $token3 )
it_implements_TokenInterface ( )
it_is_not_last ( )
it_scores_the_maximum_score_from_all_scores_returned_by_tokens ( Prophecy\Argument\Token\TokenInterface $token1, Prophecy\Argument\Token\TokenInterface $token2 )
it_wraps_non_token_arguments_into_ExactValueToken ( )

Описание методов

it_does_not_score_if_either_of_tokens_does_not_score() публичный Метод

public it_does_not_score_if_either_of_tokens_does_not_score ( Prophecy\Argument\Token\TokenInterface $token1, Prophecy\Argument\Token\TokenInterface $token2 )
$token1 Prophecy\Argument\Token\TokenInterface
$token2 Prophecy\Argument\Token\TokenInterface

it_does_not_score_if_there_are_no_arguments_or_tokens() публичный Метод

it_generates_string_representation_from_all_tokens_imploded() публичный Метод

public it_generates_string_representation_from_all_tokens_imploded ( Prophecy\Argument\Token\TokenInterface $token1, Prophecy\Argument\Token\TokenInterface $token2, Prophecy\Argument\Token\TokenInterface $token3 )
$token1 Prophecy\Argument\Token\TokenInterface
$token2 Prophecy\Argument\Token\TokenInterface
$token3 Prophecy\Argument\Token\TokenInterface

it_implements_TokenInterface() публичный Метод

it_is_not_last() публичный Метод

public it_is_not_last ( )

it_scores_the_maximum_score_from_all_scores_returned_by_tokens() публичный Метод

public it_scores_the_maximum_score_from_all_scores_returned_by_tokens ( Prophecy\Argument\Token\TokenInterface $token1, Prophecy\Argument\Token\TokenInterface $token2 )
$token1 Prophecy\Argument\Token\TokenInterface
$token2 Prophecy\Argument\Token\TokenInterface

it_wraps_non_token_arguments_into_ExactValueToken() публичный Метод