Exemplo n.º 1
0
 public function testConfiguracaoDeOpcaoDeLancamentoDeExcecao()
 {
     $db = new clsBanco();
     $db->setThrowException(TRUE);
     $this->assertTrue($db->getThrowException());
 }