Skip to content

Commit f5cc58c

Browse files
committed
Add postUpdate to Installer
1 parent 197cf3d commit f5cc58c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/PHPUnit/Cobertura/Formatter/Installer.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ public static function postInstall(): void
2727
self::copyConfig();
2828
}
2929

30+
public static function postUpdate(): void
31+
{
32+
self::copyConfig();
33+
}
34+
3035
private static function copyConfig(): void
3136
{
3237
$source = sprintf('%s/Config/File/%s', __DIR__, self::CONFIG_FILE);

0 commit comments

Comments
 (0)