PHP Class spec\Prophecy\Argument\Token\ObjectStateTokenSpec

Inheritance: extends PhpSpec\ObjectBehavior
Afficher le fichier Open project: phpspec/prophecy

Méthodes publiques

Méthode Description
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 ( )

Method Details

it_does_not_score_if_argument_is_not_object() public méthode

it_does_not_score_if_argument_method_state_does_not_match() public méthode

it_does_not_score_if_argument_object_does_not_have_method_or_property() public méthode

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 méthode

public it_does_not_score_if_argument_property_state_does_not_match ( stdClass $class )
$class stdClass

it_has_simple_string_representation() public méthode

it_implements_TokenInterface() public méthode

it_is_not_last() public méthode

public it_is_not_last ( )

it_scores_8_if_argument_object_has_specific_method_state() public méthode

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 méthode

public it_scores_8_if_argument_object_has_specific_property_state ( stdClass $class )
$class stdClass

let() public méthode

public let ( )