Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-09-25 12:16:26 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2015-09-25 12:16:26 +0300
commit1694f213875797410ae302b20c9155ef39bfb4a7 (patch)
tree0b7a7db157f935db24666c99730aa0bb8e95aba1 /apps/files_trashbin
parentfaba02564a24187e69ebe274078793d66fd1a2a2 (diff)
Add the method to the mock
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/tests/expiration.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_trashbin/tests/expiration.php b/apps/files_trashbin/tests/expiration.php
index b3c6fcd95af..76fb24aa4df 100644
--- a/apps/files_trashbin/tests/expiration.php
+++ b/apps/files_trashbin/tests/expiration.php
@@ -207,6 +207,7 @@ class Expiration_Test extends \PHPUnit_Framework_TestCase {
'setSystemValues',
'setSystemValue',
'getSystemValue',
+ 'getFilteredSystemValue',
'deleteSystemValue',
'getAppKeys',
'setAppValue',