예제 #1
0
 /**
  * @expectedException SAccounts\AccountsException
  */
 public function testGetADebitColumnWithInvalidAccountTypeWillThrowException()
 {
     $ac = new AccountType(0);
     $ac->drTitle();
 }