rename test method
This commit is contained in:
parent
fb11021ed7
commit
4a3fdcc4dd
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user