]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
rename test method
authorChristian Weiske <cweiske@cweiske.de>
Tue, 3 May 2011 17:10:30 +0000 (19:10 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Tue, 3 May 2011 17:10:30 +0000 (19:10 +0200)
tests/BookmarkTest.php

index 7533f3a3a47bcb03cb8d79d02de8af0e9651d645..b50dab203ce9b782039b032d221954780c29f79a 100644 (file)
@@ -50,8 +50,6 @@ class BookmarkTest extends TestBase
     /**
      * Tests if adding a bookmark with short url name
      * saves it in the database.
-     *
-     * @return void
      */
     public function testAddBookmarkShort()
     {
@@ -104,7 +102,7 @@ class BookmarkTest extends TestBase
         );
     }
 
-    public function testUnificationOfBookmarks()
+    public function testAddBookmarkUnification()
     {
         $bs = $this->bs;