summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-09-23 14:02:31 +0300
committerWolfy-J <[email protected]>2018-09-23 14:02:31 +0300
commit02cfe4882464ca99317e05a925fba99394ca25ae (patch)
tree0b38b529a1e678e8a4d979136a2d7817ceb47ad3 /tests
parentf7d64d8e8592951ed5a0f0b06db608bc73786ea2 (diff)
- new directory structure
- singular exception - starting exception deprecation
Diffstat (limited to 'tests')
-rw-r--r--tests/slow-client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/slow-client.php b/tests/slow-client.php
index 2722868c..f09142b5 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/autoload.php";
if (count($argv) < 3) {
die("need 2 arguments");