Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* installed and configured pest * updated github test workflow * setup test database, migrations and seeders * improved `ConversationSeeder` * added more util message apis to `Conversation` model - `replyMessage` - `createMessage` * suspended run-test action prefer-lowest * WIP: conversation Unit * added whereType to `notMsgEvents` query - fixed `otherParticipants` return type * WIP: conversation util method tests * added conversation broadcast assertions * added conversation collection assertions * proper conversation collection assertion * added conversation query tests * improved `whereNotPaticipant` query * changed `notMsgEvents` to `whereDoesntHaveChatEvents` * changed conversation's `notMsgEvents` to `doesntHaveChatEvents` * added `whereNotReadBy``whereNotDeliveredTo` `whereNotDeletedBy` query methods * formatting * added messege units tests * removed prepend system message method * fixed conversation reply message * added message relationship tests * renamed `withTrashed` to `withAll` * fixed `notMessenger` typo * improved `notMessenger` query * added chatEvent unit tests * added `conversationUser` unit tests * added Event Feature Tests * added Job Tests * fixed conversation uodate * enabled test app debug * added conversation controller feature tests * added message controller feature tests * removed basic test * added more helpers to pest test * added chat event controller feature tests * fixed incosistent message test * formatting
- Loading branch information