From 4e2a84369872c616b86cc1329bdb59fe3895c6a7 Mon Sep 17 00:00:00 2001
From: Patrick Radtke <patrick@cirrusidentity.com>
Date: Fri, 7 Jul 2017 14:46:53 -0700
Subject: [PATCH] Move Test_SimpleSAML_Configuration over to using base
 testcase to clear state

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

diff --git a/tests/lib/SimpleSAML/ConfigurationTest.php b/tests/lib/SimpleSAML/ConfigurationTest.php
index 035c1b011..fced577ef 100644
--- a/tests/lib/SimpleSAML/ConfigurationTest.php
+++ b/tests/lib/SimpleSAML/ConfigurationTest.php
@@ -3,7 +3,7 @@
 /**
  * Tests for SimpleSAML_Configuration
  */
-class Test_SimpleSAML_Configuration extends PHPUnit_Framework_TestCase
+class Test_SimpleSAML_Configuration extends SimpleSAML\Test\Utils\ClearStateTestCase
 {
 
     /**
-- 
GitLab