list($conn,) = $suite->getConnection();
$skip = false;
$conn->disconnect();
- } catch (Exception $e) {}
+ } catch (Exception $e) {
+ echo $e->getMessage() . "\n";
+ }
}
if ($skip) {
list($conn,) = $suite->getConnection();
$skip = false;
$conn->disconnect();
- } catch (Exception $e) {}
+ } catch (Exception $e) {
+ echo $e->getMessage() . "\n";
+ }
}
if ($skip) {
try {
self::$conn = $suite->getConnection();
$skip = false;
- } catch (Exception $e) {}
+ } catch (Exception $e) {
+ echo $e->getMessage() . "\n";
+ }
}
if ($skip) {
list($conn,) = $suite->getConnection();
$skip = false;
$conn->disconnect();
- } catch (Exception $e) {}
+ } catch (Exception $e) {
+ echo $e->getMessage() . "\n";
+ }
}
if ($skip) {