From f24a11df068426628eaa885bc24f0abac1e5caf1 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 8 Apr 2020 17:09:36 +0300 Subject: Vendor directory fix (php vs golang) --- tests/slow-client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/slow-client.php') diff --git a/tests/slow-client.php b/tests/slow-client.php index bc4b0561..ece0a439 100644 --- a/tests/slow-client.php +++ b/tests/slow-client.php @@ -3,7 +3,7 @@ use Spiral\Goridge; 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"); -- cgit v1.2.3