コード例 #1
0
ファイル: RiaTest.php プロジェクト: junjinZ/wealthbot
 public function testSetMinTlhPercent()
 {
     $this->ria->setMinTlhPercent(0.15);
     $this->assertEquals(0.15, $this->ria->getMinTlhPercent());
 }