コード例 #1
0
ファイル: QueryTest.php プロジェクト: lhess/solarium
 public function testSetAndGetUprefix()
 {
     $this->query->setUprefix('dyn_');
     $this->assertEquals('dyn_', $this->query->getUprefix());
 }