Skip to content

Commit

Permalink
Fix folder names
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Oct 29, 2023
1 parent 711186e commit af35a45
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tests/php/tests/SendAndReceiveTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,12 @@ public function testImapConnectEmails(string $userName): void
natsort($folders);
$folders = array_values($folders);
$this->assertSame([
$mailbox . 'Drafts',
$mailbox . 'INBOX',
$mailbox . 'Junk',
$mailbox . 'Sent',
$mailbox . 'Trash',
'All Mail',
'Deleted Items',
'Drafts',
'INBOX',
'Junk Mail',
'Sent Items',
], $folders);

$folder = $this->mailboxClient->getFolderByPath('INBOX');
Expand Down

0 comments on commit af35a45

Please sign in to comment.