We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e728837 commit 45b4890Copy full SHA for 45b4890
tests/Unit/Connection/ImapQueryBuilderTest.php
@@ -242,5 +242,5 @@ function (ImapQueryBuilder $q) {
242
243
$builder->uid([2, 3, 5]);
244
245
- expect($builder->toImap())->toBe('UID 2,3');
+ expect($builder->toImap())->toBe('UID 2,3,5');
246
});
0 commit comments