From: Christian Weiske Date: Tue, 3 May 2011 17:10:30 +0000 (+0200) Subject: rename test method X-Git-Tag: v0.98.0~71 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4a3fdcc4dd5e1298ec701817ae7041e9992a8ff8;p=semanticscuttle.git rename test method --- 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;