Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update EntryCest.php #384

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changelog
------------------------
- Enh #370: Remove message entries on disable module




3.2.0 (January 29, 2024)
------------------------
- Enh #377: New features: Unread & Pinned
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Messenger


Communicate privately with one or more users. Clarify details which you do not want to discuss publicly and thus free your network from questions of detail that are not relevant to the general public.

## Overview
Expand Down
1 change: 1 addition & 0 deletions tests/codeception/api/EntryCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public function testListByConversationId(ApiTester $I)

$I->wantTo('see entries of the conversation by id');
$I->amAdmin();
sleep(10);
$I->seePaginationGetResponse('mail/3/entries', [
['id' => 4, 'content' => 'Third Message entry text 1.', 'user_id' => 1],
['id' => 5, 'content' => 'Third Message entry text 2.', 'user_id' => 2],
Expand Down
Loading