summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-04-08 17:09:36 +0300
committerValery Piashchynski <[email protected]>2020-04-08 17:09:36 +0300
commitf24a11df068426628eaa885bc24f0abac1e5caf1 (patch)
treec6dcc94422bfd288c33af416ac92f475b915e10f /tests
parentf2d4a57c7be5716fc6fd341ff978c90820ce0870 (diff)
Vendor directory fix (php vs golang)
Diffstat (limited to 'tests')
-rw-r--r--tests/client.php2
-rw-r--r--tests/http/client.php2
-rw-r--r--tests/http/slow-client.php2
-rw-r--r--tests/slow-client.php2
-rw-r--r--tests/slow-destroy.php2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/client.php b/tests/client.php
index 31caa410..835b1c6c 100644
--- a/tests/client.php
+++ b/tests/client.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");
diff --git a/tests/http/client.php b/tests/http/client.php
index 166acfb6..9f21b273 100644
--- a/tests/http/client.php
+++ b/tests/http/client.php
@@ -4,7 +4,7 @@ use Spiral\Goridge;
use Spiral\RoadRunner;
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");
diff --git a/tests/http/slow-client.php b/tests/http/slow-client.php
index 58250dfb..4d3963d7 100644
--- a/tests/http/slow-client.php
+++ b/tests/http/slow-client.php
@@ -4,7 +4,7 @@ use Spiral\Goridge;
use Spiral\RoadRunner;
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");
diff --git a/tests/slow-client.php b/tests/slow-client.php
index bc4b0561..ece0a439 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_php/autoload.php";
if (count($argv) < 3) {
die("need 2 arguments");
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");