Example #1
0
 /**
  * Verifica se parametro errado gera excecao
  * @expectedException DomainException
  */
 public function testException()
 {
     TDateTime::createDate('nogsgsw');
 }