PHP Class spec\PHPSpec2\Formatter\Presenter\Differ\Differ

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

Public Methods

Method Description
it_should_choose_proper_engine ( PHPSpec2\Formatter\Presenter\Differ\EngineInterface $engine1, PHPSpec2\Formatter\Presenter\Differ\EngineInterface $engine2 )
it_should_return_null_if_engine_not_found ( )

Method Details

it_should_choose_proper_engine() public method

public it_should_choose_proper_engine ( PHPSpec2\Formatter\Presenter\Differ\EngineInterface $engine1, PHPSpec2\Formatter\Presenter\Differ\EngineInterface $engine2 )
$engine1 PHPSpec2\Formatter\Presenter\Differ\EngineInterface
$engine2 PHPSpec2\Formatter\Presenter\Differ\EngineInterface

it_should_return_null_if_engine_not_found() public method