aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework/routing
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-08-21 00:41:20 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-08-21 00:41:20 +0200
commit33db8a3089760947eec93149a2029164b676eae8 (patch)
tree0300b1d7319935a9df7e888f3b7739d8de406bc6 /tests/lib/appframework/routing
parent395deacc6760564544a76338023d9b0bf39e0bfe (diff)
downloadnextcloud-server-33db8a3089760947eec93149a2029164b676eae8.tar.gz
nextcloud-server-33db8a3089760947eec93149a2029164b676eae8.zip
kill superfluent classloader from tests - this approach might be of interest within the apps
Diffstat (limited to 'tests/lib/appframework/routing')
-rw-r--r--tests/lib/appframework/routing/RoutingTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/appframework/routing/RoutingTest.php b/tests/lib/appframework/routing/RoutingTest.php
index 92ad461471d..a7aa922db12 100644
--- a/tests/lib/appframework/routing/RoutingTest.php
+++ b/tests/lib/appframework/routing/RoutingTest.php
@@ -5,7 +5,6 @@ namespace OC\AppFramework\Routing;
use OC\AppFramework\DependencyInjection\DIContainer;
use OC\AppFramework\routing\RouteConfig;
-require_once(__DIR__ . "/../classloader.php");
class RouteConfigTest extends \PHPUnit_Framework_TestCase
{