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
1 changed files with 2 additions and 0 deletions
|
@ -44,7 +44,9 @@ class Tag2TagTest extends PHPUnit_Framework_TestCase
|
||||||
|
|
||||||
// basic test
|
// basic test
|
||||||
|
|
||||||
|
|
||||||
$links = $tts->getLinks(1);
|
$links = $tts->getLinks(1);
|
||||||
|
$this->assertEquals(4, count($links));
|
||||||
|
|
||||||
$allLinkedTags = $tts->getAllLinkedTags('e', '>', 1, true); // as flat list
|
$allLinkedTags = $tts->getAllLinkedTags('e', '>', 1, true); // as flat list
|
||||||
$this->assertEquals(array(), $allLinkedTags);
|
$this->assertEquals(array(), $allLinkedTags);
|
||||||
|
|
Loading…
Reference in a new issue