summaryrefslogtreecommitdiffstatshomepage
path: root/tests/www/rssTest.php
diff options
context:
space:
mode:
authorGravatar Christian Weiske2011-06-27 22:31:24 +0200
committerGravatar Christian Weiske2011-06-27 22:31:24 +0200
commit3d11286cbcc3cb35efe11f6e4a4ef5ac81620bda (patch)
tree09b4e0acbafa918ccd64cd8d504eece992ba7a89 /tests/www/rssTest.php
parent763d394436dc632bf18bff8876af22be9b44e9f4 (diff)
downloadscuttle-3d11286cbcc3cb35efe11f6e4a4ef5ac81620bda.tar.gz
scuttle-3d11286cbcc3cb35efe11f6e4a4ef5ac81620bda.zip
privatekey -> privateKey everywhere
Diffstat (limited to 'tests/www/rssTest.php')
-rw-r--r--tests/www/rssTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/www/rssTest.php b/tests/www/rssTest.php
index 75e4363..71d0198 100644
--- a/tests/www/rssTest.php
+++ b/tests/www/rssTest.php
@@ -78,7 +78,7 @@ class www_rssTest extends TestBaseApi
null, 'private bookmark'
);
- $req = $this->getRequest('?privatekey=' . $privateKey);
+ $req = $this->getRequest('?privateKey=' . $privateKey);
$response_body = $req->send()->getBody();
$rss = simplexml_load_string($response_body);
@@ -103,7 +103,7 @@ class www_rssTest extends TestBaseApi
null, 'private bookmark'
);
- $req = $this->getRequest('/' . $username . '?privatekey=' . $privateKey);
+ $req = $this->getRequest('/' . $username . '?privateKey=' . $privateKey);
$response_body = $req->send()->getBody();
$rss = simplexml_load_string($response_body);
@@ -129,7 +129,7 @@ class www_rssTest extends TestBaseApi
null, 'private bookmark'
);
- $req = $this->getRequest('/' . $username . '?privatekey=' . $privateKey);
+ $req = $this->getRequest('/' . $username . '?privateKey=' . $privateKey);
$cookies = $req->setCookieJar()->getCookieJar();
$response_body = $req->send()->getBody();