aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-06-27 21:55:07 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-06-27 21:55:07 +0200
commit673fdc87582c2087beed8d33505213cbd83755cb (patch)
treeb515c7da8dd08c386e87eaf0810b31552a1ab226 /tests
parent57a5f6864d0241ab513b53a02c7e4ab9ebdeda0d (diff)
downloadsemanticscuttle-673fdc87582c2087beed8d33505213cbd83755cb.tar.gz
semanticscuttle-673fdc87582c2087beed8d33505213cbd83755cb.tar.bz2
rename methods to keep them clear
Diffstat (limited to 'tests')
-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 477e98c..4fab479 100644
--- a/tests/www/rssTest.php
+++ b/tests/www/rssTest.php
@@ -27,7 +27,7 @@ class www_rssTest extends TestBaseApi
* A private bookmark should not show up in an rss feed if the
* user is not logged in nor passes the private key
*/
- public function testPrivateBookmarkNotLoggedIn()
+ public function testUserPrivateBookmarkNotLoggedIn()
{
list($uId, $username) = $this->addUserData();
$this->addBookmark(
@@ -47,7 +47,7 @@ class www_rssTest extends TestBaseApi
* Test a user who has RSS private key setup
* with private bookmark.
*/
- public function testPrivateBookmarkWithPrivateKey()
+ public function testUserPrivateBookmarkWithPrivateKey()
{
list($uId, $username, $password, $privateKey) = $this->addUserData(
null, null, true
@@ -73,7 +73,7 @@ class www_rssTest extends TestBaseApi
* Verify that fetching the feed with a private key
* does not keep you logged in
*/
- public function testPrivateKeyDoesNotKeepLoggedYouIn()
+ public function testUserPrivateKeyDoesNotKeepLoggedYouIn()
{
list($uId, $username, $password, $privateKey) = $this->addUserData(
null, null, true