Skip to content
Snippets Groups Projects
Commit 4c38b2e9 authored by Tasneem Natshah's avatar Tasneem Natshah
Browse files

Issue #3363232: Add Bootstrap HTML Reports Export Format

parent f40df5aa
No related branches found
Tags 1.0.0-alpha1
No related merge requests found
......@@ -412,6 +412,9 @@ So that I know it is working
$this->messenger->addError($this->t('HTML report directory and file is not configured.'));
}
}
else{
unlink($html_report_format."/*.json");
}
$command .= ';';
$output = shell_exec($command);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment