summaryrefslogtreecommitdiff
path: root/tests/http/slow-client.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/http/slow-client.php')
-rw-r--r--tests/http/slow-client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/slow-client.php b/tests/http/slow-client.php
index 58250dfb..4d3963d7 100644
--- a/tests/http/slow-client.php
+++ b/tests/http/slow-client.php
@@ -4,7 +4,7 @@ use Spiral\Goridge;
use Spiral\RoadRunner;
ini_set('display_errors', 'stderr');
-require dirname(__DIR__) . "/../vendor/autoload.php";
+require dirname(__DIR__) . "/../vendor_php/autoload.php";
if (count($argv) < 3) {
die("need 2 arguments");