Example #1
0
 protected function onNotSuccessfulTest(Exception $exception)
 {
     // drops and reconnect to a redis server on uncaught exceptions
     RC::resetConnection();
     parent::onNotSuccessfulTest($exception);
 }