📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 03:59:29
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php85-pecl-solr_2.9.3-1.el8
/
tests
📍 /opt/alt/tests/alt-php85-pecl-solr_2.9.3-1.el8/tests
🔄 Refresh
✏️
Editing: 025.solrdocument_haschilddocuments.phpt
Read Only
--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)
💾 Save Changes
❌ Cancel