Exemplo n.º 1
0
 /**
  * @group unit
  */
 public function testArrayConstruct()
 {
     $query = new ConstantScore(array('test'));
     $this->assertSame($query->getParam('filter'), array('test'));
 }