protected function tearDown()
 {
     // restore config
     if (static::BACKUP_CONFIG) {
         ConfigHelper::restoreConfig();
     }
     $this->fixMemoryUsage();
     parent::tearDown();
     $this->tearDownGcFix();
 }