Example #1
0
 public function testLng()
 {
     $lng = 'fr';
     $this->query->setLng($lng);
     $this->assertSame($lng, $this->query->getLng());
 }