From e7bf4f71d754ca6ff0489511858aaaec67a72da1 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sat, 31 May 2014 20:18:43 +0200 Subject: [PATCH] fix typo in testing code example --- developer_manual/app/testing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/developer_manual/app/testing.rst b/developer_manual/app/testing.rst index b0db5dc38..82b45d4de 100644 --- a/developer_manual/app/testing.rst +++ b/developer_manual/app/testing.rst @@ -4,7 +4,7 @@ Testing .. sectionauthor:: Bernhard Posselt -All PHP classes can be tested with `PHPUnit `_, JavaScript can be tested by using `Karma `_. +All PHP classes can be tested with `PHPUnit `_, JavaScript can be tested by using `Karma `_. @@ -53,7 +53,7 @@ would look like this: container = $notes->getContainer(); + $this->container = $app->getContainer(); $this->storage = $storage = $this->getMockBuilder('\OCP\Files\Folder') ->disableOriginalConstructor() ->getMock();