Skip to content
Snippets Groups Projects
Commit c51a67ea authored by Remy Blom's avatar Remy Blom
Browse files

trying to fix test for AttributeCopy with array

parent 533213e8
No related branches found
No related tags found
No related merge requests found
...@@ -132,7 +132,7 @@ class Test_Core_Auth_Process_AttributeCopy extends PHPUnit_Framework_TestCase ...@@ -132,7 +132,7 @@ class Test_Core_Auth_Process_AttributeCopy extends PHPUnit_Framework_TestCase
); );
$request = array( $request = array(
'Attributes' => array( 'Attributes' => array(
'test' => array('value1'), 'test' => 100,
), ),
); );
$result = self::processFilter($config, $request); $result = self::processFilter($config, $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