spec\PhpSpec\Formatter\Presenter\Differ\DifferSpec::it_returns_null_if_engine_not_found PHP Méthode

it_returns_null_if_engine_not_found() public méthode

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