aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-08-20 16:51:12 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-08-20 16:51:12 +0200
commit0fa8f380767369b4aa85f5944a8e921009b1ed27 (patch)
tree3182e7a8dae5e55ab7bf66a01c823510909f35db /tests
parent0fa2e1b3d91d243452ffdfd36dbd0bed3f27e387 (diff)
downloadnextcloud-server-0fa8f380767369b4aa85f5944a8e921009b1ed27.tar.gz
nextcloud-server-0fa8f380767369b4aa85f5944a8e921009b1ed27.zip
fixing broken test
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/appframework/AppTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/appframework/AppTest.php b/tests/lib/appframework/AppTest.php
index 6e647f68e6f..dcf0e6f77e3 100644
--- a/tests/lib/appframework/AppTest.php
+++ b/tests/lib/appframework/AppTest.php
@@ -46,7 +46,7 @@ class AppTest extends \PHPUnit_Framework_TestCase {
private $controllerMethod;
protected function setUp() {
- $this->container = new \Pimple();
+ $this->container = new \OC\AppFramework\DependencyInjection\DIContainer('test');
$this->controller = $this->getMockBuilder(
'OC\AppFramework\Controller\Controller')
->disableOriginalConstructor()