/**
  * Executed after every tests
  */
 protected function tearDown()
 {
     // Reset the database if mentioned.
     if ($this->resetDatabaseWhenComplete) {
         PassboltServer::resetDatabase(Config::read('passbolt.url'));
     }
     parent::tearDown();
 }