diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-09-25 11:16:26 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-09-25 11:16:26 +0200 |
commit | 1694f213875797410ae302b20c9155ef39bfb4a7 (patch) | |
tree | 0b7a7db157f935db24666c99730aa0bb8e95aba1 /apps/files_trashbin/tests | |
parent | faba02564a24187e69ebe274078793d66fd1a2a2 (diff) | |
download | nextcloud-server-1694f213875797410ae302b20c9155ef39bfb4a7.tar.gz nextcloud-server-1694f213875797410ae302b20c9155ef39bfb4a7.zip |
Add the method to the mock
Diffstat (limited to 'apps/files_trashbin/tests')
-rw-r--r-- | apps/files_trashbin/tests/expiration.php | 1 |
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', |