From 06030b8cb2f6f495efecba0241d8173016f21d11 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Sat, 18 Aug 2018 12:05:14 +0200
Subject: [PATCH] Fix tests

---
 lib/SimpleSAML/Store.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/SimpleSAML/Store.php b/lib/SimpleSAML/Store.php
index 1d2b0691f..d5be90656 100644
--- a/lib/SimpleSAML/Store.php
+++ b/lib/SimpleSAML/Store.php
@@ -35,7 +35,7 @@ abstract class Store
         }
 
         $config = Configuration::getInstance();
-        $storeType = $config->getString('store.type', null);
+        $storeType = $config->getString('store.type', 'phpsession');
 
         switch ($storeType) {
             case 'phpsession':
-- 
GitLab