mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #704 from srbaker/missing-db-annotation
Missing annotations in integration test documentation.
This commit is contained in:
commit
337dd70437
@ -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