aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-11 07:52:58 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-11 07:52:58 +0100
commit70b54da2b13d4c32530ee2f634acb8453d7829a6 (patch)
tree3301f518faaaeeb2bc8b56472ac8cb0bf1a73777 /src
parentc9fa9677c1ae7b9be2305cef8f61fa2e0fc14d58 (diff)
downloadwallabag-70b54da2b13d4c32530ee2f634acb8453d7829a6.tar.gz
wallabag-70b54da2b13d4c32530ee2f634acb8453d7829a6.tar.zst
wallabag-70b54da2b13d4c32530ee2f634acb8453d7829a6.zip
test line, forgot to remove it
Diffstat (limited to 'src')
-rw-r--r--src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php1
1 files changed, 0 insertions, 1 deletions
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
25 $digest = base64_encode(sha1(base64_decode($nonce).$created.$encryptedPassword, true)); 25 $digest = base64_encode(sha1(base64_decode($nonce).$created.$encryptedPassword, true));
26 26
27 return array( 27 return array(
28 'PHP_AUTH_USER' => 'username',
29 'HTTP_AUTHORIZATION' => 'Authorization profile="UsernameToken"', 28 'HTTP_AUTHORIZATION' => 'Authorization profile="UsernameToken"',
30 'HTTP_x-wsse' => 'X-WSSE: UsernameToken Username="'.$username.'", PasswordDigest="'.$digest.'", Nonce="'.$nonce.'", Created="'.$created.'"', 29 'HTTP_x-wsse' => 'X-WSSE: UsernameToken Username="'.$username.'", PasswordDigest="'.$digest.'", Nonce="'.$nonce.'", Created="'.$created.'"',
31 ); 30 );