Пример #1
0
 public function testThanAccountCanBeSetAsDifferentType()
 {
     $account = new Account();
     $account->setType(2);
     $this->assertEquals(2, $account->type);
 }