Merge pull request #699 from srbaker/typo-in-app-tutorial

Integration is typo'd.
This commit is contained in:
Morris Jobke 2018-03-03 11:43:38 +01:00 committed by GitHub
commit d08a30d615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -832,7 +832,7 @@ To do that create a new file called **ownnotes/tests/Integration/NoteIntegration
use OCA\OwnNotes\Db\Note;
class NoteIntregrationTest extends TestCase {
class NoteIntegrationTest extends TestCase {
private $controller;
private $mapper;