spec\PHPSpec2\Formatter\Presenter\Differ\Differ::it_should_return_null_if_engine_not_found PHP Method

it_should_return_null_if_engine_not_found() public method

    function it_should_return_null_if_engine_not_found()
    {
        $this->compare(1, 2)->shouldReturn(null);
    }