We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197cf3d commit f5cc58cCopy full SHA for f5cc58c
src/PHPUnit/Cobertura/Formatter/Installer.php
@@ -27,6 +27,11 @@ public static function postInstall(): void
27
self::copyConfig();
28
}
29
30
+ public static function postUpdate(): void
31
+ {
32
+ self::copyConfig();
33
+ }
34
+
35
private static function copyConfig(): void
36
{
37
$source = sprintf('%s/Config/File/%s', __DIR__, self::CONFIG_FILE);
0 commit comments