PHP Class spec\Prophecy\Argument\Token\TypeTokenSpec

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

Méthodes publiques

Méthode Description
it_does_not_scores_if_argument_does_not_match_simple_type ( )
it_has_simple_string_representation ( )
it_implements_TokenInterface ( )
it_is_not_last ( )
it_scores_5_if_argument_is_an_instance_of_specified_class ( ReflectionObject $object )
it_scores_5_if_argument_is_an_instance_of_specified_interface ( Prophecy\Argument\Token\TokenInterface $interface )
it_scores_5_if_argument_matches_simple_type ( )
let ( )

Method Details

it_does_not_scores_if_argument_does_not_match_simple_type() public méthode

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_5_if_argument_is_an_instance_of_specified_class() public méthode

public it_scores_5_if_argument_is_an_instance_of_specified_class ( ReflectionObject $object )
$object ReflectionObject

it_scores_5_if_argument_is_an_instance_of_specified_interface() public méthode

public it_scores_5_if_argument_is_an_instance_of_specified_interface ( Prophecy\Argument\Token\TokenInterface $interface )
$interface Prophecy\Argument\Token\TokenInterface

it_scores_5_if_argument_matches_simple_type() public méthode

let() public méthode

public let ( )