mirror of
https://github.com/friendica/friendica
synced 2025-04-28 03:50:17 +00:00
Add title to the text/html content for Twitter status object
This commit is contained in:
parent
2f13afb4c0
commit
4c77e99f89
3 changed files with 20 additions and 7 deletions
|
@ -34,7 +34,7 @@ class StatusTest extends FixtureTest
|
|||
$status = $statusObj->toArray();
|
||||
|
||||
self::assertStringStartsWith('item_title', $status['text']);
|
||||
self::assertStringStartsWith('<h4>item_title</h4><br>perspiciatis impedit voluptatem', $status['html']);
|
||||
self::assertStringStartsWith('<h4>item_title</h4><br>perspiciatis impedit voluptatem', $status['friendica_html']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue