From 70b54da2b13d4c32530ee2f634acb8453d7829a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 11 Feb 2015 07:52:58 +0100 Subject: [PATCH] test line, forgot to remove it --- .../CoreBundle/Tests/Controller/WallabagRestControllerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php index c7704aa8..cbc31621 100644 --- a/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php +++ b/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php @@ -25,7 +25,6 @@ class WallabagRestControllerTest extends WebTestCase $digest = base64_encode(sha1(base64_decode($nonce).$created.$encryptedPassword, true)); return array( - 'PHP_AUTH_USER' => 'username', 'HTTP_AUTHORIZATION' => 'Authorization profile="UsernameToken"', 'HTTP_x-wsse' => 'X-WSSE: UsernameToken Username="'.$username.'", PasswordDigest="'.$digest.'", Nonce="'.$nonce.'", Created="'.$created.'"', ); -- 2.41.0