From: Nicolas LÅ“uillet Date: Wed, 11 Feb 2015 06:52:58 +0000 (+0100) Subject: test line, forgot to remove it X-Git-Tag: 2.0.0-alpha.0~79^2~6 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=70b54da2b13d4c32530ee2f634acb8453d7829a6;p=github%2Fwallabag%2Fwallabag.git test line, forgot to remove it --- 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.'"', );