diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-07-18 15:06:55 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-07-26 12:29:19 +0200 |
commit | 0487144b2679f83f9a6b59b55561af062f692836 (patch) | |
tree | e2bd28fe000bb4fba8aed4f657ce16dbc2c40621 /tests/lib/Lockdown | |
parent | b2341cdfd02b3e8ad90f8ae41320f708c3d54bb6 (diff) | |
download | nextcloud-server-0487144b2679f83f9a6b59b55561af062f692836.tar.gz nextcloud-server-0487144b2679f83f9a6b59b55561af062f692836.zip |
Remove deprecated searchByTag
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests/lib/Lockdown')
-rw-r--r-- | tests/lib/Lockdown/Filesystem/NullCacheTest.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/lib/Lockdown/Filesystem/NullCacheTest.php b/tests/lib/Lockdown/Filesystem/NullCacheTest.php index 3a4e3f3a402..7773241fca1 100644 --- a/tests/lib/Lockdown/Filesystem/NullCacheTest.php +++ b/tests/lib/Lockdown/Filesystem/NullCacheTest.php @@ -139,10 +139,6 @@ class NulLCacheTest extends \Test\TestCase { $this->assertSame([], $this->cache->searchByMime('foo')); } - public function testSearchByTag() { - $this->assertSame([], $this->cache->searchByTag('foo', 'user')); - } - public function testGetIncomplete() { $this->assertSame([], $this->cache->getIncomplete()); } |