rename test method
This commit is contained in:
parent
fb11021ed7
commit
4a3fdcc4dd
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue