Skip to content

Commit

Permalink
Updated ParserTest
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Jan 12, 2025
1 parent 3c8f7d6 commit 26b5d2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unit/Command/ParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

use ChessServer\Command\Parser;
use ChessServer\Command\Game\Cli;
use ChessServer\Command\Game\Async\RestartCommand;
use ChessServer\Command\Game\Sync\AcceptPlayRequestCommand;
use ChessServer\Command\Game\Sync\StartCommand;
use ChessServer\Command\Game\Blocking\RestartCommand;
use ChessServer\Command\Game\NonBlocking\AcceptPlayRequestCommand;
use ChessServer\Command\Game\NonBlocking\StartCommand;
use ChessServer\Exception\ParserException;
use PHPUnit\Framework\TestCase;
use Spatie\Async\Pool;
Expand Down

0 comments on commit 26b5d2d

Please sign in to comment.