]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
rename methods to keep them clear
authorChristian Weiske <cweiske@cweiske.de>
Mon, 27 Jun 2011 19:55:07 +0000 (21:55 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 27 Jun 2011 19:55:07 +0000 (21:55 +0200)
tests/www/rssTest.php

index 477e98c552f6e737f4bd2ea09b3322ed680f9e6b..4fab479d44441bed3d32eb66877e30c80939e02f 100644 (file)
@@ -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