From b4f31fc351faa182b4d53221e7cd6f6023be5d14 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Wed, 17 Oct 2018 22:22:32 +0200
Subject: [PATCH] Fix test

---
 tests/modules/core/lib/ControllerTest.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/modules/core/lib/ControllerTest.php b/tests/modules/core/lib/ControllerTest.php
index ec77b3651..ff7c959f8 100644
--- a/tests/modules/core/lib/ControllerTest.php
+++ b/tests/modules/core/lib/ControllerTest.php
@@ -98,6 +98,7 @@ class ControllerTest extends ClearStateTestCase
      */
     public function testMultipleAuthSources()
     {
+        $_SERVER['REQUEST_URI'] = '/';
         $asConfig = Configuration::loadFromArray(
             array_merge(
                 $this->authSources,
-- 
GitLab