Implement academy analytics, billing, and web stories updates

This commit is contained in:
2026-05-26 07:27:29 +02:00
parent 456c3d6bb0
commit 0b33a1b074
177 changed files with 27360 additions and 2685 deletions

View File

@@ -44,5 +44,7 @@ it('returns latest comments api data', function (): void {
->assertJsonPath('data.0.comment_id', $comment->id)
->assertJsonPath('data.0.commenter.id', $author->id)
->assertJsonPath('data.0.artwork.id', $artwork->id)
->assertJsonPath('meta.total', 1);
->assertJsonPath('meta.current_page', 1)
->assertJsonPath('meta.per_page', 20)
->assertJsonPath('meta.has_more', false);
});