summaryrefslogtreecommitdiffstats
path: root/tests/unit/controller/FolderControllerTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-02 20:01:35 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-02 20:01:35 +0200
commitf29881d554a0cbda997d8dcb12b7c0fd1e59be14 (patch)
tree08c001fba426dacf24ccff51148a250fbf8e054a /tests/unit/controller/FolderControllerTest.php
parent5ae697ac9dbaf999d51fa7805078249f33c301dc (diff)
force links to open in new tabs, fix #146
Diffstat (limited to 'tests/unit/controller/FolderControllerTest.php')
-rw-r--r--tests/unit/controller/FolderControllerTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/controller/FolderControllerTest.php b/tests/unit/controller/FolderControllerTest.php
index 4b070a0bb..67529edbc 100644
--- a/tests/unit/controller/FolderControllerTest.php
+++ b/tests/unit/controller/FolderControllerTest.php
@@ -323,4 +323,6 @@ class FolderControllerTest extends ControllerTestUtility {
$this->assertEquals($msg, $params['msg']);
$this->assertTrue($response instanceof JSONResponse);
}
+
+
} \ No newline at end of file