Exemplo n.º 1
0
 public function testConexao()
 {
     $db = new clsBanco();
     $db->Conecta();
     $this->assertTrue((bool) $db->bLink_ID);
 }