removed done TODO

2022.09-rc
Alexander Kampmann 2012-03-14 12:31:25 +01:00
rodzic 509532d168
commit c0c98206ef
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

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