Skip to content
Snippets Groups Projects
Commit 49e280bb authored by Carsten  Rose's avatar Carsten Rose
Browse files

Report.php: fake $_SERVER to fixed jenkins phpunit build problem

parent f8dbca16
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,8 @@ class Report {
$this->sip = new Sip($phpUnit);
if ($phpUnit) {
$this->sip->sipUniqId('badcaffee1234');
//TODO Webserver Umgebung besser faken
$_SERVER['REQUEST_URI'] = 'localhost';
}
$this->link = new Link($this->sip, $phpUnit);
......
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