Ejemplo n.º 1
0
 public function testSetBillingCash()
 {
     $this->account->setBillingCash(1522);
     $this->assertEquals(1522, $this->account->getBillingCash());
 }