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 4b3aeda commit 3182ee4Copy full SHA for 3182ee4
tests/Integration/MailboxTest.php
@@ -17,7 +17,7 @@
17
test('capabilities', function () {
18
$mailbox = mailbox();
19
20
- expect($mailbox->capabilities())->toBe([
+ expect($mailbox->capabilities())->toEqualCanonicalizing([
21
'IMAP4rev1',
22
'LITERAL+',
23
'UIDPLUS',
0 commit comments