Exemplo n.º 1
0
 public function testMultiple()
 {
     $this->query->clear();
     $this->query->filterByPrice(array(455, 800));
     $this->assertEquals(array('filter' => array('preis' => array(455, 800))), $this->query->getParams());
 }