Esempio n. 1
0
 public function testGetPriorityException()
 {
     $this->setExpectedException('Exception', 'Invalid account type: 5.');
     $this->account->setType(5);
     $this->account->getPriority();
 }