rename test method

This commit is contained in:
Christian Weiske 2011-05-03 19:10:30 +02:00
parent fb11021ed7
commit 4a3fdcc4dd

View file

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