diff options
author | Wolfy-J <[email protected]> | 2018-05-29 13:08:30 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-05-29 13:08:30 +0300 |
commit | 0479f577e1f9992e425f0810736d54b024f30d6e (patch) | |
tree | c59a342af7f2a2d03d3271f248516bdf3caa2dd4 | |
parent | 85b5288c290fd014b76c375fb9ffdf62575e2f2e (diff) |
more test polishing
-rw-r--r-- | php/tests/client.php | 2 |
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"); |