From 026ccbc8875fc78b665dec95c308afe8a3c5899e Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 22 Mar 2015 16:16:09 +0100 Subject: add back scrutinizer --- tests/classloader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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){ -- cgit v1.2.3