Esempio n. 1
0
 public function testSetCashForBuy()
 {
     $this->account->setCashForBuy(300);
     $this->assertEquals(300, $this->account->getCashForBuy());
 }