projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aa6b9a
)
remove junk
author
Chuck Hagenbuch
<chuck@horde.org>
Mon, 2 Feb 2009 04:48:09 +0000
(23:48 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Mon, 2 Feb 2009 14:57:56 +0000
(09:57 -0500)
content/test/Tags/TaggerTest.php
patch
|
blob
|
history
diff --git
a/content/test/Tags/TaggerTest.php
b/content/test/Tags/TaggerTest.php
index
8e2c5a3
..
1b48763
100644
(file)
--- a/
content/test/Tags/TaggerTest.php
+++ b/
content/test/Tags/TaggerTest.php
@@
-91,18
+91,6
@@
class Content_Tags_TaggerTest extends PHPUnit_Framework_TestCase
$this->assertEquals('work', $cloud[0]['tag_name']);
$this->assertEquals(1, $cloud[0]['count']);
}
- /*
-// var_dump($tagger->getTagIds(1));
-
-// $tagger->tag(1, 3, 3);
-// $tagger->untag(1, 3, 3);
-
-var_dump($tagger->getRelatedObjects(1));
-var_dump($tagger->getRelatedObjects(2));
-var_dump($tagger->getRelatedObjects(3));
-
-// var_dump($tagger->getTagCloud());
-*/
public function testGetRecentTags()
{