fixing broken test

This commit is contained in:
Thomas Müller 2013-08-20 16:51:12 +02:00
parent 0fa2e1b3d9
commit 0fa8f38076
1 changed files with 1 additions and 1 deletions

View File

@ -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()