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