mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
removed done TODO
This commit is contained in:
parent
509532d168
commit
c0c98206ef
1 changed files with 1 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue