Viewing File: /opt/alt/tests/alt-php82-pecl-solr_2.7.0-1.el8/tests/025.solrdocument_haschilddocuments.phpt

--TEST--
SolrDocument::hasChildDocuments() - Method test
--FILE--
<?php

require_once "bootstrap.inc";

$fixtureXml = file_get_contents(EXAMPLE_RESPONSE_XML_2);

$response = SolrUtils::digestXmlResponse($fixtureXml, SolrResponse::PARSE_SOLR_DOC);
var_dump($response->response->docs[0]->hasChildDocuments());
?>
--EXPECT--
bool(true)
Back to Directory File Manager
<