summaryrefslogtreecommitdiffstats
path: root/tests/db/ItemMapperTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/db/ItemMapperTest.php')
-rw-r--r--tests/db/ItemMapperTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/db/ItemMapperTest.php b/tests/db/ItemMapperTest.php
index 369f7c26c..eba91758e 100644
--- a/tests/db/ItemMapperTest.php
+++ b/tests/db/ItemMapperTest.php
@@ -122,7 +122,8 @@ class ItemMapperTest extends \OCA\AppFramework\Utility\MapperTestUtility {
$result = $this->itemMapper->find($id, $userId);
}
- public function testFindAllFromFolder() {
+
+ public function FindAllFromFolder() {
$userId = 'john';
$folderId = 3;
$status = 2;