Add title to the text/html content for Twitter status object

This commit is contained in:
Philipp 2022-01-01 23:14:52 +01:00
parent 2f13afb4c0
commit 4c77e99f89
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
3 changed files with 20 additions and 7 deletions

View file

@ -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']);
}
/**