]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
better method names
authorChristian Weiske <cweiske@cweiske.de>
Mon, 27 Jun 2011 17:59:06 +0000 (19:59 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 27 Jun 2011 17:59:06 +0000 (19:59 +0200)
tests/www/rssTest.php

index d6891d6a3de339e8136340577d9cc8e4b4c8c9ec..63c2b3de032e3505903ad95c7cecc7e39eb2973a 100644 (file)
@@ -10,7 +10,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 testPrivateNotLoggedIn()
+    public function testPrivateBookmarkNotLoggedIn()
     {
         list($uId, $username) = $this->addUserData();
         $this->addBookmark(
@@ -32,7 +32,7 @@ class www_rssTest extends TestBaseApi
      * Test a user who has RSS private key setup
      * with private bookmark.
      */
-    public function testPrivateWithPrivateKey()
+    public function testPrivateBookmarkWithPrivateKey()
     {
         list($uId, $username, $password, $privateKey) = $this->addUserData(
             null, null, true
@@ -58,7 +58,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 testPrivateKeyDoesNotKeepLoggedYouIn()
     {
         list($uId, $username, $password, $privateKey) = $this->addUserData(
             null, null, true