Remove unnused import in test

This commit is contained in:
Dave Smith-Hayes 2024-06-03 22:30:34 -04:00
parent ba5f68aa6f
commit 76b526646e

View File

@ -6,7 +6,6 @@ use Slovocast\Tests\TestCase;
use Slovocast\Domain\Repository\UserRepositoryInterface;
use Slovocast\Domain\Entity\User;
use Odan\Session\SessionInterface;
use Odan\Session\FlashInterface;
use Psr\Http\Message\ServerRequestInterface as Request;
class RegisterUserActionTest extends TestCase