aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-05-03 19:10:30 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-05-03 19:10:30 +0200
commit4a3fdcc4dd5e1298ec701817ae7041e9992a8ff8 (patch)
treebd79e0982ac6a02903e0e20598e001af79709188 /tests
parentfb11021ed7eadf7443755e936cbad34fbfec7d4c (diff)
downloadsemanticscuttle-4a3fdcc4dd5e1298ec701817ae7041e9992a8ff8.tar.gz
semanticscuttle-4a3fdcc4dd5e1298ec701817ae7041e9992a8ff8.tar.bz2
rename test method
Diffstat (limited to 'tests')
-rw-r--r--tests/BookmarkTest.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/BookmarkTest.php b/tests/BookmarkTest.php
index 7533f3a..b50dab2 100644
--- a/tests/BookmarkTest.php
+++ b/tests/BookmarkTest.php
@@ -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;