diff options
Diffstat (limited to 'tests/lib')
-rw-r--r-- | tests/lib/IntegrityCheck/CheckerTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/IntegrityCheck/CheckerTest.php b/tests/lib/IntegrityCheck/CheckerTest.php index 25e302cfae3..79dc6670260 100644 --- a/tests/lib/IntegrityCheck/CheckerTest.php +++ b/tests/lib/IntegrityCheck/CheckerTest.php @@ -883,8 +883,8 @@ class CheckerTest extends TestCase { 'web' => 'text/code', 'application/internet-shortcut' => 'link', 'application/km' => 'mindmap', - 'application/x-freemind' => 'mindmap', - 'application/vnd.xmind.workbook' => 'mindmap' + 'application/x-freemind' => 'mindmap', + 'application/vnd.xmind.workbook' => 'mindmap' ]); $this->environmentHelper |