PHP Class spec\Prophecy\Util\StringUtilSpec

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

Public Methods

Method 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 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_hash() public method

it_generates_proper_string_representation_for_hash_containing_one_value() 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_object_without_exporting() public method

public it_generates_proper_string_representation_for_object_without_exporting ( 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