Skip to content
Snippets Groups Projects
Commit 8752b644 authored by Brook Schofield's avatar Brook Schofield
Browse files

remove runtime error

This used to work in old phpunit - but not the version on travis-ci
parent 3ea8a739
No related branches found
No related tags found
No related merge requests found
...@@ -209,18 +209,6 @@ class Test_Core_Auth_Process_AttributeLimitTest extends PHPUnit_Framework_TestCa ...@@ -209,18 +209,6 @@ class Test_Core_Auth_Process_AttributeLimitTest extends PHPUnit_Framework_TestCa
$result = self::processFilter($config, self::$request); $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 * Test for invalid attribute name
* *
......
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