summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-05-06 13:32:31 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-05-06 13:32:31 -0100
commit8174167e482481b4d687281103b92bf172d7f856 (patch)
tree7bd28ecfe4d10707b1eeca9d3965f0216452dfb1 /tests
parent76997d0cd5c351e1e7afe2f067c08e536a862447 (diff)
cleaning and renaming
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
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 56afd432..0db0e40a 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -3,5 +3,5 @@
require_once __DIR__ . '/../../../tests/bootstrap.php';
require_once __DIR__.'/../vendor/autoload.php';
-\OC_App::loadApp('social');
+OC_App::loadApp('social');
OC_Hook::clear();