mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
The @group DB annotation is missing, breaks the test.
This commit is contained in:
parent
b727bc02e3
commit
135bb00f57
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user