PHP Class spec\PhpSpec\Formatter\Presenter\Differ\ObjectEngineSpec

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

Public Methods

Method Description
it_converts_objects_to_string_and_diffs_the_result ( SebastianBergmann\Exporter\Exporter $exporter, StringEngine $stringDiffer )
it_does_not_support_scalars ( )
it_is_a_differ_engine ( )
it_only_supports_objects ( )
let ( SebastianBergmann\Exporter\Exporter $exporter, StringEngine $stringDiffer )

Method Details

it_converts_objects_to_string_and_diffs_the_result() public method

public it_converts_objects_to_string_and_diffs_the_result ( SebastianBergmann\Exporter\Exporter $exporter, StringEngine $stringDiffer )
$exporter SebastianBergmann\Exporter\Exporter
$stringDiffer PhpSpec\Formatter\Presenter\Differ\StringEngine

it_does_not_support_scalars() public method

it_is_a_differ_engine() public method

it_only_supports_objects() public method

let() public method

public let ( SebastianBergmann\Exporter\Exporter $exporter, StringEngine $stringDiffer )
$exporter SebastianBergmann\Exporter\Exporter
$stringDiffer PhpSpec\Formatter\Presenter\Differ\StringEngine