From bc64bf2772f5d04bf3fe13ee32160d72d4a262f7 Mon Sep 17 00:00:00 2001 From: "Steven R. Baker" Date: Mon, 5 Mar 2018 15:56:05 +0100 Subject: [PATCH] The `@group DB` annotation is missing, breaks the test. --- developer_manual/app/tutorial.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/developer_manual/app/tutorial.rst b/developer_manual/app/tutorial.rst index 1f0c9d262..8e33a2370 100644 --- a/developer_manual/app/tutorial.rst +++ b/developer_manual/app/tutorial.rst @@ -824,6 +824,9 @@ To do that create a new file called **ownnotes/tests/Integration/NoteIntegration use OCA\OwnNotes\Db\Note; + /** + * @group DB + */ class NoteIntegrationTest extends TestCase { private $controller;