diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 6f710df16..5c461d186 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,5 +1,7 @@ addPsr4('Tests\\', OC::$SERVERROOT . '/tests/unit/', true); +require_once __DIR__ . '/../../../tests/autoload.php'; \OC_App::loadApp('circles');