From 8752b644ce3eee7a72e81c3f99e19843be270d13 Mon Sep 17 00:00:00 2001
From: Brook Schofield <schofield@terena.org>
Date: Thu, 21 Jan 2016 15:59:10 +0100
Subject: [PATCH] remove runtime error

This used to work in old phpunit - but not the version on travis-ci
---
 .../core/lib/Auth/Process/AttributeLimitTest.php     | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/tests/modules/core/lib/Auth/Process/AttributeLimitTest.php b/tests/modules/core/lib/Auth/Process/AttributeLimitTest.php
index 5d8448f55..7c2e6ac7a 100644
--- a/tests/modules/core/lib/Auth/Process/AttributeLimitTest.php
+++ b/tests/modules/core/lib/Auth/Process/AttributeLimitTest.php
@@ -209,18 +209,6 @@ class Test_Core_Auth_Process_AttributeLimitTest extends PHPUnit_Framework_TestCa
         $result = self::processFilter($config, self::$request);
     }
 
-    /**
-     * Test for non-array config.
-     * 
-     * @expectedException Exception 
-     */
-    public function testConfigIsArray()
-    {
-        $config = 'invalid';
-
-        $result = self::processFilter($config, self::$request);
-    }
-
     /**
      * Test for invalid attribute name
      * 
-- 
GitLab