cleanEnvironment(); } catch (Exception $e) { // Ignore. } } // Delete verbose test output and any other testing framework files. try { \Drupal::service('file_system')->deleteRecursive('public://simpletest'); } catch (FileException $e) { // Ignore. } }