コード例 #1
0
ファイル: AssetClassTest.php プロジェクト: junjinZ/wealthbot
 public function testSetCurrentAllocation()
 {
     $this->assetClass->setCurrentAllocation(78.5);
     $this->assertEquals(78.5, $this->assetClass->getCurrentAllocation());
 }