コード例 #1
0
ファイル: AccountTest.php プロジェクト: junjinZ/wealthbot
 public function testSetCashForBuy()
 {
     $this->account->setCashForBuy(300);
     $this->assertEquals(300, $this->account->getCashForBuy());
 }