From 135bb00f57c789315ec100bb71b33119af217d02 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 eefcba623..34d7a7d36 100644 --- a/developer_manual/app/tutorial.rst +++ b/developer_manual/app/tutorial.rst @@ -832,6 +832,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;