mirror of
https://github.com/bitinflow/expose.git
synced 2026-04-28 10:36:17 +00:00
Fix tests
This commit is contained in:
@@ -392,7 +392,7 @@ class TunnelTest extends TestCase
|
||||
|
||||
protected function createTestHttpServer()
|
||||
{
|
||||
$server = new Server(function (ServerRequestInterface $request) {
|
||||
$server = new Server($this->loop, function (ServerRequestInterface $request) {
|
||||
return new Response(200, ['Content-Type' => 'text/plain'], 'Hello World!');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user