PHP Class spec\Prophecy\Util\StringUtilSpec

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

Méthodes publiques

Méthode Description
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_hash ( )
it_generates_proper_string_representation_for_hash_containing_one_value ( )
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_object_without_exporting ( stdClass $object )
it_generates_proper_string_representation_for_resource ( )
it_generates_proper_string_representation_for_string ( )
it_generates_single_line_representation_for_multiline_string ( )

Method Details

it_generates_proper_string_representation_for_array() public méthode

it_generates_proper_string_representation_for_boolean_false() public méthode

it_generates_proper_string_representation_for_boolean_true() public méthode

it_generates_proper_string_representation_for_double() public méthode

it_generates_proper_string_representation_for_empty_array() public méthode

it_generates_proper_string_representation_for_hash() public méthode

it_generates_proper_string_representation_for_hash_containing_one_value() public méthode

it_generates_proper_string_representation_for_integer() public méthode

it_generates_proper_string_representation_for_null() public méthode

it_generates_proper_string_representation_for_object() public méthode

public it_generates_proper_string_representation_for_object ( stdClass $object )
$object stdClass

it_generates_proper_string_representation_for_object_without_exporting() public méthode

public it_generates_proper_string_representation_for_object_without_exporting ( stdClass $object )
$object stdClass

it_generates_proper_string_representation_for_resource() public méthode

it_generates_proper_string_representation_for_string() public méthode

it_generates_single_line_representation_for_multiline_string() public méthode