summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-10-01 18:07:14 +0200
committerRobin Appelman <robin@icewind.nl>2020-10-08 14:08:47 +0200
commit67ff7c85a2bd3c9dbba41785715648b69b11e1df (patch)
treeee2ff919c075f3c2a04b5aada0d1da872d88bd9c /tests
parentb2a7b77d2cee3421166d36d22d9b045eb7927a1a (diff)
fix composer bin paths
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 0db0e40a..bf2dc153 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -1,7 +1,7 @@
<?php
require_once __DIR__ . '/../../../tests/bootstrap.php';
-require_once __DIR__.'/../vendor/autoload.php';
+require_once __DIR__.'/../composer/autoload.php';
OC_App::loadApp('social');
OC_Hook::clear();