aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/tag2TagTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tag2TagTest.php b/tests/tag2TagTest.php
index 4154c6f..f54537c 100644
--- a/tests/tag2TagTest.php
+++ b/tests/tag2TagTest.php
@@ -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);