From 0487144b2679f83f9a6b59b55561af062f692836 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 18 Jul 2019 15:06:55 +0200 Subject: Remove deprecated searchByTag Signed-off-by: Roeland Jago Douma --- tests/lib/Lockdown/Filesystem/NullCacheTest.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/lib/Lockdown') 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()); } -- cgit v1.2.3