Esempio n. 1
0
 public function testUpdateCashForBuy()
 {
     $this->account->updateCashForBuy();
     $this->assertEquals(2850, $this->account->getCashForBuy());
 }