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:
mensonge 2008-02-05 13:34:26 +00:00
parent 73e20c2ff5
commit 76ba36093f

View File

@ -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);