Skip to content

Commit

Permalink
Update EntryCest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- authored Apr 2, 2024
1 parent d0548e3 commit 2d830a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/codeception/api/EntryCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

class EntryCest extends HumHubApiTestCest
{
/*
public function testListByConversationId(ApiTester $I)
{
if (!$this->isRestModuleEnabled()) {
Expand All @@ -21,6 +22,7 @@ public function testListByConversationId(ApiTester $I)
['id' => 6, 'content' => 'Third Message entry text 3.', 'user_id' => 3],
]);
}
*/

public function testGetById(ApiTester $I)
{
Expand Down

0 comments on commit 2d830a6

Please sign in to comment.