We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
null
getLastEditedBy()
1 parent 13a6b38 commit 2795c1bCopy full SHA for 2795c1b
tests/EndpointCommentsTest.php
@@ -68,6 +68,7 @@
68
expect($collection->first()->getCreatedTime())->toEqual(Carbon::parse('2022-07-15T16:52:00.000Z')->toDateTime());
69
expect($collection->first()->getLastEditedTime())->toEqual(Carbon::parse('2022-07-15T19:16:00.000Z')->toDateTime());
70
expect($collection->first()->getCreatedBy()->getId())->toBe('9b15170a-9941-4297-8ee6-83fa7649a87a');
71
+ expect($collection->first()->getLastEditedBy())->toBe(null);
72
expect($collection->first()->getText())->toBe('Single comment');
73
expect($collection->first()->getRichText()->getPlainText())->toBe('Single comment');
74
expect($collection->first()->getRichText())->toBeInstanceOf(RichText::class);
0 commit comments