This commit is contained in:
Yuri Kuznetsov
2023-02-13 13:43:07 +02:00
parent e4285d1d2a
commit 57c011ee94
@@ -844,7 +844,7 @@ class SelectBuilderTest extends \tests\integration\Core\BaseTestCase
$expectedWhereClause = [
'OR' => [
['MATCH_NATURAL_LANGUAGE:(name, bodyPlain, body, \'test@test.com\'):' => null],
['NOT_EQUAL:(MATCH_NATURAL_LANGUAGE:(name, bodyPlain, body, \'test@test.com\'), 0):' => null],
['fromEmailAddressId=' => $emailAddressId],
['emailEmailAddress.emailAddressId=' => $emailAddressId],
],