spec\LdapTools\Ldif\LdifParserSpec::it_should_have_a_file_http_and_https_url_loader_by_default PHP Метод

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

    function it_should_have_a_file_http_and_https_url_loader_by_default()
    {
        $this->hasUrlLoader('file')->shouldBeEqualTo(true);
        $this->hasUrlLoader('http')->shouldBeEqualTo(true);
        $this->hasUrlLoader('https')->shouldBeEqualTo(true);
    }