diff --git a/Bridge/Doctrine/ORM/EntityManagerHandlerTest.php b/Bridge/Doctrine/ORM/EntityManagerHandlerTest.php index 0e3aea5a..a2c29757 100644 --- a/Bridge/Doctrine/ORM/EntityManagerHandlerTest.php +++ b/Bridge/Doctrine/ORM/EntityManagerHandlerTest.php @@ -5,7 +5,7 @@ namespace App\Tests\Bundle\SwooleBundle\Bridge\Doctrine\ORM; use App\Bundle\SwooleBundle\Bridge\Doctrine\ORM\EntityManagerHandler; -use App\Bundle\SwooleBundle\Server\RequestHandlerInterface; +use App\Bundle\SwooleBundle\Server\RequestHandler\RequestHandlerInterface; use Doctrine\DBAL\Connection; use Doctrine\ORM\EntityManagerInterface; use PHPUnit\Framework\TestCase;