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 ec571ff commit d4acc1aCopy full SHA for d4acc1a
PHP/CodeCoverage/Report/HTML.php
@@ -199,7 +199,6 @@ protected function copyFiles($target)
199
200
$dir = $this->getDirectory($target . 'js');
201
copy($this->templatePath . 'js/bootstrap.min.js', $dir . 'bootstrap.min.js');
202
- copy($this->templatePath . 'js/highcharts.js', $dir . 'highcharts.js');
203
copy($this->templatePath . 'js/d3.min.js', $dir . 'd3.min.js');
204
copy($this->templatePath . 'js/nv.d3.min.js', $dir . 'nv.d3.min.js');
205
copy($this->templatePath . 'js/holder.js', $dir . 'holder.js');
0 commit comments