Skip to content
Snippets Groups Projects
Commit f405aa06 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Move the AttributeValueMap filter test to a namespace.

parent 98c63208
No related branches found
No related tags found
No related merge requests found
<?php
namespace SimpleSAML\Test\Module\core\Auth\Process;
/**
* Test for the core:AttributeValueMap filter.
*/
class Test_Core_Auth_Process_AttributeValueMap extends PHPUnit_Framework_TestCase
class AttributeValueMapTest extends \PHPUnit_Framework_TestCase
{
/**
......@@ -15,7 +18,7 @@ class Test_Core_Auth_Process_AttributeValueMap extends PHPUnit_Framework_TestCas
*/
private static function processFilter(array $config, array $request)
{
$filter = new sspmod_core_Auth_Process_AttributeValueMap($config, null);
$filter = new \sspmod_core_Auth_Process_AttributeValueMap($config, null);
$filter->process($request);
return $request;
}
......
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