diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-05-03 19:10:30 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-05-03 19:10:30 +0200 |
commit | 4a3fdcc4dd5e1298ec701817ae7041e9992a8ff8 (patch) | |
tree | bd79e0982ac6a02903e0e20598e001af79709188 | |
parent | fb11021ed7eadf7443755e936cbad34fbfec7d4c (diff) | |
download | semanticscuttle-4a3fdcc4dd5e1298ec701817ae7041e9992a8ff8.tar.gz semanticscuttle-4a3fdcc4dd5e1298ec701817ae7041e9992a8ff8.tar.bz2 |
rename test method
-rw-r--r-- | tests/BookmarkTest.php | 4 |
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; |