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 158b9aa commit 889fef5Copy full SHA for 889fef5
tests/ImapTokenizerTest.php
@@ -91,8 +91,6 @@
91
expect($crlf)->toBeInstanceOf(Crlf::class);
92
expect($crlf->value)->toBe("\r\n");
93
94
- expect($tokenizer->nextToken())->toBeNull();
95
-
96
$tokenClose = $tokenizer->nextToken();
97
expect($tokenClose)->toBeInstanceOf(ListClose::class);
98
expect($tokenClose->value)->toBe(')');
0 commit comments