summaryrefslogtreecommitdiffstats
path: root/apps/testing/composer/autoload.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-10-23 21:08:17 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2017-10-24 20:40:13 +0200
commit71eb826cf46b302d8aa284930e07b7fb14abd91b (patch)
treee59d3028f3ff79d47532f79862ce7c4e761824cd /apps/testing/composer/autoload.php
parentf71588838a6aca5089379549bd151beb52ee8b10 (diff)
downloadnextcloud-server-71eb826cf46b302d8aa284930e07b7fb14abd91b.tar.gz
nextcloud-server-71eb826cf46b302d8aa284930e07b7fb14abd91b.zip
Testing Autoloader
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/testing/composer/autoload.php')
-rw-r--r--apps/testing/composer/autoload.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/testing/composer/autoload.php b/apps/testing/composer/autoload.php
new file mode 100644
index 00000000000..dc2a7034ffa
--- /dev/null
+++ b/apps/testing/composer/autoload.php
@@ -0,0 +1,7 @@
+<?php
+
+// autoload.php @generated by Composer
+
+require_once __DIR__ . '/composer/autoload_real.php';
+
+return ComposerAutoloaderInitTesting::getLoader();