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