This commit is contained in:
Yuri Kuznetsov
2024-10-13 14:11:03 +03:00
parent 06eb0d0020
commit bf40149a14
@@ -725,14 +725,20 @@ class SelectBuilderTest extends BaseTestCase
'OR' => [
'fromEmailAddressId' => [$emailAddressId],
[
'status' => 'Sent',
'status' => Email::STATUS_SENT,
'createdById' => $userId,
]
],
[
'status!=' => 'Draft',
'status!=' => Email::STATUS_DRAFT,
],
Email::ALIAS_INBOX . '.inTrash' => false,
[
'OR' => [
'groupFolderId' => null,
'groupFolderId!=' => Email::GROUP_STATUS_FOLDER_TRASH,
]
]
];
$expectedLeftJoins = [