From c79d228efa5f3a8e6f0f13d9cfa7452c59c1d9a3 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 bfff37472..eefcba623 100644 --- a/developer_manual/app/tutorial.rst +++ b/developer_manual/app/tutorial.rst @@ -832,7 +832,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;