Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Oct 11, 2024
1 parent 37579dc commit aa0e9b7
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 @@ -3,10 +3,10 @@
namespace ChessServer\Tests\Unit\Command;

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

0 comments on commit aa0e9b7

Please sign in to comment.