summaryrefslogtreecommitdiffstats
path: root/tests/Integration/Db/FolderMapperTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Integration/Db/FolderMapperTest.php')
-rw-r--r--tests/Integration/Db/FolderMapperTest.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/Integration/Db/FolderMapperTest.php b/tests/Integration/Db/FolderMapperTest.php
index 4be407566..889ac3e7c 100644
--- a/tests/Integration/Db/FolderMapperTest.php
+++ b/tests/Integration/Db/FolderMapperTest.php
@@ -5,7 +5,7 @@
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
- * @author Bernhard Posselt <dev@bernhard-posselt.com>
+ * @author Bernhard Posselt <dev@bernhard-posselt.com>
* @copyright Bernhard Posselt 2015
*/
@@ -13,10 +13,12 @@ namespace OCA\News\Tests\Integration\Db;
use OCA\News\Tests\Integration\IntegrationTest;
-class FolderMapperTest extends IntegrationTest {
+class FolderMapperTest extends IntegrationTest
+{
- public function testFind () {
+ public function testFind()
+ {
}