Esempio n. 1
0
 public function testAccountHasAType()
 {
     $account = new Account($this->testAccountId);
     $this->assertTrue(gettype($account->getType()) === 'integer');
 }