summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-10-09 15:07:32 +0200
committerRobin Appelman <robin@icewind.nl>2020-10-09 15:10:46 +0200
commit67a719890ea4d5b0404a9aaeda3a1a36215b56d5 (patch)
tree398c92013b3cf94f7fa761e2b7e99516d6536fa0 /tests
parent4ff65bcf7615e12c6f085dba65a84465c936327f (diff)
use default composer vendor directory
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index bf2dc153..0db0e40a 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -1,7 +1,7 @@
<?php
require_once __DIR__ . '/../../../tests/bootstrap.php';
-require_once __DIR__.'/../composer/autoload.php';
+require_once __DIR__.'/../vendor/autoload.php';
OC_App::loadApp('social');
OC_Hook::clear();