diff options
author | Wolfy-J <[email protected]> | 2018-09-23 14:02:31 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-09-23 14:02:31 +0300 |
commit | 02cfe4882464ca99317e05a925fba99394ca25ae (patch) | |
tree | 0b38b529a1e678e8a4d979136a2d7817ceb47ad3 /tests | |
parent | f7d64d8e8592951ed5a0f0b06db608bc73786ea2 (diff) |
- new directory structure
- singular exception
- starting exception deprecation
Diffstat (limited to 'tests')
-rw-r--r-- | tests/slow-client.php | 2 |
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"); |