spec\PHPSpec2\Formatter\Presenter\Differ\Differ::it_should_return_null_if_engine_not_found PHP Метод

it_should_return_null_if_engine_not_found() публичный Метод

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