// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
tests
/
alt-php82-pecl-solr_2.7.0-1.el8
/
tests
[ PARENT ]
EDIT :: 026.solrdocument_getchilddocscount.phpt
--TEST-- SolrDocument::getChildDocumentsCount() - 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]->getChildDocumentsCount()); ?> --EXPECT-- int(1)
SAVE
CANCEL