diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/DirectEditing/ManagerTest.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/DirectEditing/ManagerTest.php b/tests/lib/DirectEditing/ManagerTest.php index a3d29efbce5..9a56c3307e0 100644 --- a/tests/lib/DirectEditing/ManagerTest.php +++ b/tests/lib/DirectEditing/ManagerTest.php @@ -31,6 +31,10 @@ class CreateEmpty extends ACreateEmpty { public function getExtension(): string { return '.txt'; } + + public function getMimetype(): string { + return 'text/plain'; + } } class Editor implements IEditor { |