Example #1
0
 public function testSep()
 {
     $sep = 'dot';
     $this->query->setSep($sep);
     $this->assertSame($sep, $this->query->getSep());
 }