PHP Class spec\Prophecy\Argument\Token\ExactValueTokenSpec

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

Public Methods

Method Description
it_does_not_scores_if_value_an_object_and_is_not_equal_to_argument ( )
it_does_not_scores_if_value_is_not_equal_to_argument ( )
it_does_not_scores_if_value_type_and_is_not_equal_to_argument ( )
it_generates_proper_string_representation_for_array ( )
it_generates_proper_string_representation_for_boolean_false ( )
it_generates_proper_string_representation_for_boolean_true ( )
it_generates_proper_string_representation_for_double ( )
it_generates_proper_string_representation_for_empty_array ( )
it_generates_proper_string_representation_for_integer ( )
it_generates_proper_string_representation_for_null ( )
it_generates_proper_string_representation_for_object ( stdClass $object )
it_generates_proper_string_representation_for_resource ( )
it_generates_proper_string_representation_for_string ( )
it_generates_single_line_representation_for_multiline_string ( )
it_holds_value ( )
it_implements_TokenInterface ( )
it_is_not_last ( )
it_scores_10_if_value_is_an_object_and_equal_to_argument ( )
it_scores_10_if_value_is_equal_to_argument ( )
let ( )

Method Details

it_does_not_scores_if_value_an_object_and_is_not_equal_to_argument() public method

it_does_not_scores_if_value_is_not_equal_to_argument() public method

it_does_not_scores_if_value_type_and_is_not_equal_to_argument() public method

it_generates_proper_string_representation_for_array() public method

it_generates_proper_string_representation_for_boolean_false() public method

it_generates_proper_string_representation_for_boolean_true() public method

it_generates_proper_string_representation_for_double() public method

it_generates_proper_string_representation_for_empty_array() public method

it_generates_proper_string_representation_for_integer() public method

it_generates_proper_string_representation_for_null() public method

it_generates_proper_string_representation_for_object() public method

public it_generates_proper_string_representation_for_object ( stdClass $object )
$object stdClass

it_generates_proper_string_representation_for_resource() public method

it_generates_proper_string_representation_for_string() public method

it_generates_single_line_representation_for_multiline_string() public method

it_holds_value() public method

public it_holds_value ( )

it_implements_TokenInterface() public method

it_is_not_last() public method

public it_is_not_last ( )

it_scores_10_if_value_is_an_object_and_equal_to_argument() public method

it_scores_10_if_value_is_equal_to_argument() public method

let() public method

public let ( )