Beispiel #1
0
 public function testSetMinTlhPercent()
 {
     $this->ria->setMinTlhPercent(0.15);
     $this->assertEquals(0.15, $this->ria->getMinTlhPercent());
 }