summaryrefslogtreecommitdiff
path: root/php/tests/client.php
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-05-29 13:11:42 +0300
committerWolfy-J <[email protected]>2018-05-29 13:11:42 +0300
commitebef51e570fbb1d8761275b44bbdbf2ea4dd33a6 (patch)
tree8211b55ef5d8e35c2f1c1431539ff596c824262f /php/tests/client.php
parent0479f577e1f9992e425f0810736d54b024f30d6e (diff)
fixing tests
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 6665db9f..fd5d60be 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(dirname(__DIR__)) . "/vendor/autoload.php";
+require dirname(__DIR__) . "/../vendor/autoload.php";
if (count($argv) < 3) {
die("need 2 arguments");