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
* 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;