Merge pull request #704 from srbaker/missing-db-annotation

Missing annotations in integration test documentation.
This commit is contained in:
Morris Jobke 2018-03-05 16:10:33 +01:00 committed by GitHub
commit 337dd70437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;