barbushin / php-imap

Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)
MIT License
1.66k stars 457 forks source link

Fix Issue 519 PHP unit test #640

Closed Sebbo94BY closed 2 years ago

Sebbo94BY commented 2 years ago

This fixes the following PHP unit error:

Issue519 (PhpImap\Issue519)
 ✘  with data set "inline" [0.56 ms]
   │
   │ Failed asserting that actual size 1 matches expected size 0.
   │
   │ /home/runner/work/php-imap/php-imap/tests/unit/Issue519Test.php:177
   │

This was caused and is related to the pull request #623.