Example #1
0
 public function testSetMinTlh()
 {
     $this->ria->setMinTlh(320);
     $this->assertEquals(320, $this->ria->getMinTlh());
 }