The @group DB annotation is missing, breaks the test.

This commit is contained in:
Steven R. Baker
2018-03-05 15:56:05 +01:00
parent b727bc02e3
commit 135bb00f57

View File

@@ -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;