There was an error while loading. Please reload this page.
1 parent 6c32359 commit 7b41f35Copy full SHA for 7b41f35
src/Hal/Report/Html/Reporter.php
@@ -109,6 +109,8 @@ public function generate(Metrics $metrics)
109
throw new RuntimeExceptionAlias(sprintf('Unable to write in the directory "%s"', $logDir));
110
}
111
112
+ copy($this->templateDir . '/html_report/favicon.ico', $logDir . '/favicon.ico');
113
+
114
recurse_copy($this->templateDir . '/html_report/js', $logDir . '/js');
115
recurse_copy($this->templateDir . '/html_report/css', $logDir . '/css');
116
recurse_copy($this->templateDir . '/html_report/images', $logDir . '/images');
templates/html_report/favicon.ico
15 KB
0 commit comments