Skip to content

Commit 4f81e0d

Browse files
authored
Merge pull request #486 from gemal/favicon
add favicon
2 parents 6c32359 + 7b41f35 commit 4f81e0d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Hal/Report/Html/Reporter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ public function generate(Metrics $metrics)
109109
throw new RuntimeExceptionAlias(sprintf('Unable to write in the directory "%s"', $logDir));
110110
}
111111

112+
copy($this->templateDir . '/html_report/favicon.ico', $logDir . '/favicon.ico');
113+
112114
recurse_copy($this->templateDir . '/html_report/js', $logDir . '/js');
113115
recurse_copy($this->templateDir . '/html_report/css', $logDir . '/css');
114116
recurse_copy($this->templateDir . '/html_report/images', $logDir . '/images');

templates/html_report/favicon.ico

15 KB
Binary file not shown.

0 commit comments

Comments
 (0)