diff options
Diffstat (limited to 'tests/slow-destroy.php')
-rw-r--r-- | tests/slow-destroy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/slow-destroy.php b/tests/slow-destroy.php index 6af61050..e2a01af2 100644 --- a/tests/slow-destroy.php +++ b/tests/slow-destroy.php @@ -3,7 +3,7 @@ use Spiral\Goridge; ini_set('display_errors', 'stderr'); -require dirname(__DIR__) . "/vendor/autoload.php"; +require dirname(__DIR__) . "/vendor_php/autoload.php"; if (count($argv) < 3) { die("need 2 arguments"); |