/**
  * Reset database connection after each test run
  *
  * @return void
  */
 public function tearDown()
 {
     phpillowTestEnvironmentSetup::resetDatabase(array('handler' => 'phpillowStreamConnection'));
     phpillowTestEnvironmentSetup::resetTmpDir();
 }
 /**
  * Reset database connection after each test run
  *
  * @return void
  */
 public function tearDown()
 {
     phpillowTestEnvironmentSetup::resetDatabase();
     phpillowTestEnvironmentSetup::resetTmpDir();
 }