summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-13 23:56:41 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-13 23:56:41 +0200
commit33342f4ea6c217975a7c2998ba3d13d9becd8f24 (patch)
treee73cc421ca41148d6d5d8d6f54722e00bb8c0899 /tests
parentce7cd121f42b093569d7a31fac3bcd5837429cff (diff)
add code to get favicons, fix #49
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/bl/FolderBlTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/bl/FolderBlTest.php b/tests/unit/bl/FolderBlTest.php
index f99dfda9e..ded6e1ddf 100644
--- a/tests/unit/bl/FolderBlTest.php
+++ b/tests/unit/bl/FolderBlTest.php
@@ -66,6 +66,7 @@ class FolderBlTest extends \OCA\AppFramework\Utility\TestUtility {
$folder->setName('hey');
$folder->setParentId(5);
$folder->setUserId('john');
+ $folder->setOpened(true);
$this->folderMapper->expects($this->once())
->method('insert')