PHP Class spec\Prophecy\Argument\Token\ObjectStateTokenSpec

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

Public Methods

Method 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 method

it_does_not_score_if_argument_method_state_does_not_match() public method

it_does_not_score_if_argument_object_does_not_have_method_or_property() public method

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 method

public it_does_not_score_if_argument_property_state_does_not_match ( stdClass $class )
$class stdClass

it_has_simple_string_representation() public method

it_implements_TokenInterface() public method

it_is_not_last() public method

public it_is_not_last ( )

it_scores_8_if_argument_object_has_specific_method_state() public method

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 method

public it_scores_8_if_argument_object_has_specific_property_state ( stdClass $class )
$class stdClass

let() public method

public let ( )