Example #1
0
 public function testSerial()
 {
     $serial = '999999999';
     $this->query->setSerial($serial);
     $this->assertSame($serial, $this->query->getSerial());
 }