PATH:
opt
/
alt
/
tests
/
alt-php85-pecl-solr_2.9.3-1.el8
/
tests
/
Editing: 059.solrinputdocument_getboost.phpt
--TEST-- SolrInputDocument::getBoost - Test document fieldnames --FILE-- <?php require_once "bootstrap.inc"; $doc = new SolrInputDocument(); $doc->setBoost(4); var_dump($doc->getBoost()); ?> --EXPECT-- float(4)
SAVE
CANCEL