PHP Класс spec\Prophecy\Util\StringUtilSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )

Описание методов

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() публичный метод

public it_generates_proper_string_representation_for_object ( stdClass $object )
$object stdClass

it_generates_proper_string_representation_for_object_without_exporting() публичный метод

public it_generates_proper_string_representation_for_object_without_exporting ( stdClass $object )
$object stdClass

it_generates_proper_string_representation_for_resource() публичный метод

it_generates_proper_string_representation_for_string() публичный метод

it_generates_single_line_representation_for_multiline_string() публичный метод