PHP Interface PhpSpec\Formatter\Presenter\Differ\DifferEngine

Show file Open project: phpspec/phpspec Interface Usage Examples

Public Methods

Method Description
compare ( mixed $expected, mixed $actual ) : string
supports ( mixed $expected, mixed $actual ) : boolean

Method Details

compare() public method

public compare ( mixed $expected, mixed $actual ) : string
$expected mixed
$actual mixed
return string

supports() public method

public supports ( mixed $expected, mixed $actual ) : boolean
$expected mixed
$actual mixed
return boolean