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

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

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

Метод Описание
it_does_not_score_if_argument_is_not_object ( )
it_does_not_score_if_argument_method_state_does_not_match ( )
it_does_not_score_if_argument_object_does_not_have_method_or_property ( ObjectStateTokenFixtureA $class )
it_does_not_score_if_argument_property_state_does_not_match ( stdClass $class )
it_has_simple_string_representation ( )
it_implements_TokenInterface ( )
it_is_not_last ( )
it_scores_8_if_argument_object_has_specific_method_state ( ReflectionClass $reflection )
it_scores_8_if_argument_object_has_specific_property_state ( stdClass $class )
let ( )

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

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

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

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

public it_does_not_score_if_argument_object_does_not_have_method_or_property ( ObjectStateTokenFixtureA $class )
$class ObjectStateTokenFixtureA

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

public it_does_not_score_if_argument_property_state_does_not_match ( stdClass $class )
$class stdClass

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

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

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

public it_is_not_last ( )

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

public it_scores_8_if_argument_object_has_specific_method_state ( ReflectionClass $reflection )
$reflection ReflectionClass

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

public it_scores_8_if_argument_object_has_specific_property_state ( stdClass $class )
$class stdClass

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

public let ( )