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 committed by Morris Jobke
parent fe9fd9cf99
commit bc64bf2772
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68

View File

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