Ejemplo n.º 1
0
 public function testQparserTerm()
 {
     $this->assertEquals('{!term f=weight}1.5', $this->helper->qparserTerm('weight', 1.5));
 }