Skip to content

Commit

Permalink
Move tests into Unit namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Feb 9, 2025
1 parent f5330b3 commit 68f2141
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php

use DirectoryTree\ImapEngine\Connection\FakeStream;
use DirectoryTree\ImapEngine\Connection\ImapParseException;
use DirectoryTree\ImapEngine\Connection\ImapStreamException;
use DirectoryTree\ImapEngine\Connection\ImapTokenizer;
use DirectoryTree\ImapEngine\Connection\Tokens\Atom;
use DirectoryTree\ImapEngine\Connection\Tokens\Crlf;
Expand All @@ -14,6 +12,8 @@
use DirectoryTree\ImapEngine\Connection\Tokens\ResponseCodeClose;
use DirectoryTree\ImapEngine\Connection\Tokens\ResponseCodeOpen;
use DirectoryTree\ImapEngine\Connection\Tokens\Token;
use DirectoryTree\ImapEngine\Exceptions\ImapParseException;
use DirectoryTree\ImapEngine\Exceptions\ImapStreamException;

test('tokenizer returns an atom token', function () {
$stream = new FakeStream;
Expand Down
File renamed without changes.

0 comments on commit 68f2141

Please sign in to comment.