Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
refactor(swoole): Simplify booting services at runtime
Browse files Browse the repository at this point in the history
Swoole server can affect configuration, and it has to be created at runtime due to host/port
binding, after successful server boot, some services also can be reconfigured to allow simple
configuration substitution via cli
  • Loading branch information
k911 committed Sep 23, 2018
1 parent 558e567 commit 731ccec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bridge/Doctrine/ORM/EntityManagerHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 731ccec

Please sign in to comment.