summaryrefslogtreecommitdiffstats
path: root/tests/classloader.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classloader.php')
-rw-r--r--tests/classloader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classloader.php b/tests/classloader.php
index 2a46091e7..122bc47fd 100644
--- a/tests/classloader.php
+++ b/tests/classloader.php
@@ -11,7 +11,7 @@
* @copyright Bernhard Posselt 2012, 2014
*/
-require_once __DIR__ . '/../appinfo/autoload.php';
+require_once __DIR__ . '/../vendor/autoload.php';
// to execute without owncloud, we need to create our own classloader
spl_autoload_register(function ($className){