Example #1
0
 public function testL2()
 {
     $this->query->setL2(4);
     $this->assertSame(4, $this->query->getL2());
 }