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