PHP Class spec\PHPSpec2\Formatter\Presenter\StringPresenter

Inheritance: extends PHPSpec2\ObjectBehavior
Datei anzeigen Open project: phpspec/phpspec2

Public Methods

Method Description
it_should_present_array_as_elements_count ( )
it_should_present_boolean_as_string ( )
it_should_present_closure_as_type ( )
it_should_present_exception_as_class_with_constructor ( )
it_should_present_long_string_in_quotes_but_trimmed ( )
it_should_present_object_as_classname ( )
it_should_present_only_first_line_of_multiline_string ( )
it_should_present_short_string_in_quotes ( )
it_should_present_simple_type_as_typed_value ( )
it_should_present_string_as_string ( )
let ( PHPSpec2\Formatter\Presenter\Differ\Differ $differ )

Method Details

it_should_present_array_as_elements_count() public method

it_should_present_boolean_as_string() public method

it_should_present_closure_as_type() public method

it_should_present_exception_as_class_with_constructor() public method

it_should_present_long_string_in_quotes_but_trimmed() public method

it_should_present_object_as_classname() public method

it_should_present_only_first_line_of_multiline_string() public method

it_should_present_short_string_in_quotes() public method

it_should_present_simple_type_as_typed_value() public method

it_should_present_string_as_string() public method

let() public method

public let ( PHPSpec2\Formatter\Presenter\Differ\Differ $differ )
$differ PHPSpec2\Formatter\Presenter\Differ\Differ