From c51a67eaf5714b9732fb4ce9b094350487d27cfc Mon Sep 17 00:00:00 2001
From: Remy Blom <remy.blom@hku.nl>
Date: Thu, 26 Jan 2017 10:26:44 +0100
Subject: [PATCH] trying to fix test for AttributeCopy with array

---
 tests/modules/core/lib/Auth/Process/AttributeCopyTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/modules/core/lib/Auth/Process/AttributeCopyTest.php b/tests/modules/core/lib/Auth/Process/AttributeCopyTest.php
index 29e696400..c02fcfbb3 100644
--- a/tests/modules/core/lib/Auth/Process/AttributeCopyTest.php
+++ b/tests/modules/core/lib/Auth/Process/AttributeCopyTest.php
@@ -132,7 +132,7 @@ class Test_Core_Auth_Process_AttributeCopy extends PHPUnit_Framework_TestCase
         );
         $request = array(
             'Attributes' => array(
-                'test' => array('value1'),
+                'test' => 100,
             ),
         );
         $result = self::processFilter($config, $request);
-- 
GitLab