tests fix: enable tests for getLinks()
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@34 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
73e20c2ff5
commit
76ba36093f
@ -44,7 +44,9 @@ class Tag2TagTest extends PHPUnit_Framework_TestCase
|
||||
|
||||
// basic test
|
||||
|
||||
|
||||
$links = $tts->getLinks(1);
|
||||
$this->assertEquals(4, count($links));
|
||||
|
||||
$allLinkedTags = $tts->getAllLinkedTags('e', '>', 1, true); // as flat list
|
||||
$this->assertEquals(array(), $allLinkedTags);
|
||||
|
Loading…
Reference in New Issue
Block a user