Example #1
0
 /**
  * @expectedException Opendi\Solr\Client\SolrException
  * @expectedExceptionMessage At least one pivot field must be specified.
  */
 public function testPivotInvalid()
 {
     Solr::facet()->pivot();
 }