fix notice
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@405 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
55b86f75e7
commit
cc1a0b1e9c
@ -435,7 +435,7 @@ class Tag2TagTest extends PHPUnit_Framework_TestCase
|
||||
$bs->addBookmark("http://site1.com", "title", "description", "status", array('tag1', 'tag11', 'tag111'), null, false, false, 1);
|
||||
$bs->addBookmark("http://site1.com", "title2", "description2", "status", array('tag2', 'tag22', 'tag222'), null, false, false, 2);
|
||||
|
||||
$bookmarks =& $bs->getBookmarks(0, 1, NULL, NULL, NULL, getSortOrder(), NULL, 0, $dtend);
|
||||
$bookmarks =& $bs->getBookmarks(0, 1, NULL, NULL, NULL, getSortOrder(), NULL, 0, null);
|
||||
$this->assertEquals(1, $bookmarks['total']);
|
||||
|
||||
$b2ts->renameTag(1, 'tag1', 'newtag1');
|
||||
|
Loading…
Reference in New Issue
Block a user