aboutsummaryrefslogtreecommitdiffstats
path: root/tests/get_tags_test.php
diff options
context:
space:
mode:
authorAlexander Kampmann <programmer@nurfuerspam.de>2012-03-14 12:31:25 +0100
committerAlexander Kampmann <programmer@nurfuerspam.de>2012-03-14 12:31:25 +0100
commitc0c98206ef322b3d175d5348d37e8d0b5fca140b (patch)
tree5cd3a16a6b6d3e94f5fd501c83599fa8a681b054 /tests/get_tags_test.php
parent509532d168bf716eb24e030ab59476a88ab91571 (diff)
downloadvolse-hubzilla-c0c98206ef322b3d175d5348d37e8d0b5fca140b.tar.gz
volse-hubzilla-c0c98206ef322b3d175d5348d37e8d0b5fca140b.tar.bz2
volse-hubzilla-c0c98206ef322b3d175d5348d37e8d0b5fca140b.zip
removed done TODO
Diffstat (limited to 'tests/get_tags_test.php')
-rw-r--r--tests/get_tags_test.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/get_tags_test.php b/tests/get_tags_test.php
index bde2db7d0..9051923be 100644
--- a/tests/get_tags_test.php
+++ b/tests/get_tags_test.php
@@ -281,8 +281,7 @@ class GetTagsTest extends PHPUnit_Framework_TestCase {
."@comment. I hope noone forgets about @fullstops.because that might"
." break #things. @Mike@campino@friendica.eu is also #nice, isn't it? "
."Now, add a @first_last tag. ";
- //TODO check whether this are all variants (no, auto-stuff is missing).
-
+
$tags=get_tags($text);
$this->assertTrue(in_array("@Mike", $tags));