Skip to content

Commit 265c4d7

Browse files
committed
code changes
1 parent 8e8f5f3 commit 265c4d7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/e2e/server.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
require_once __DIR__.'/../../vendor/autoload.php';
44

5+
use Utopia\DI\Container;
56
use Utopia\Http\Adapter\FPM\Server;
67
use Utopia\Http\Http;
78
use Utopia\Tests\TestPlatform;
@@ -15,6 +16,6 @@
1516
$platform = new TestPlatform();
1617
$platform->init('http');
1718

18-
$server = new Server();
19+
$server = new Server(new Container());
1920
$http = new Http($server, 'UTC');
2021
$http->start();

0 commit comments

Comments
 (0)