public function testIds()
 {
     $this->query->setIds('foo');
     $this->assertSame('foo', $this->query->getIds());
 }