]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
test line, forgot to remove it
authorNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 11 Feb 2015 06:52:58 +0000 (07:52 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 11 Feb 2015 06:52:58 +0000 (07:52 +0100)
src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php

index c7704aa8650cfa666dce677e23728bb3266f91c9..cbc316211ab42c3a36a2dccd0cc279a5533af242 100644 (file)
@@ -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.'"',
         );