public function ExtensionDiscovery::resetCache in Composer Manager 8
Resets the internal static cache.
Used by unit tests to ensure a clean slate.
File
- src/
ExtensionDiscovery.php, line 64
Class
- ExtensionDiscovery
- Discovers available extensions in the filesystem.
Namespace
Drupal\composer_managerCode
public function resetCache() {
static::$files = [];
}