From 0e186baead9201a728bb92304cacb8fa53a07058 Mon Sep 17 00:00:00 2001 From: "Steven R. Baker" Date: Fri, 2 Mar 2018 23:59:48 +0100 Subject: [PATCH] Integration is typo'd. --- developer_manual/app/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/tutorial.rst b/developer_manual/app/tutorial.rst index bee64f1ac..1f0c9d262 100644 --- a/developer_manual/app/tutorial.rst +++ b/developer_manual/app/tutorial.rst @@ -824,7 +824,7 @@ To do that create a new file called **ownnotes/tests/Integration/NoteIntegration use OCA\OwnNotes\Db\Note; - class NoteIntregrationTest extends TestCase { + class NoteIntegrationTest extends TestCase { private $controller; private $mapper;