コード例 #1
0
ファイル: AccountTest.php プロジェクト: NinjaWars/ninjawars
 public function testAccountHasAType()
 {
     $account = new Account($this->testAccountId);
     $this->assertTrue(gettype($account->getType()) === 'integer');
 }