From 8ca6fcace7dc22230a7afe84936ca01470f50d00 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Mon, 16 Sep 2024 16:00:30 +0200 Subject: fix(Storage): Document getOwner() can return false Signed-off-by: provokateurin --- tests/lib/Lockdown/Filesystem/NullStorageTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/lib/Lockdown/Filesystem/NullStorageTest.php b/tests/lib/Lockdown/Filesystem/NullStorageTest.php index cc65221d0a3..a0b9b04ad1a 100644 --- a/tests/lib/Lockdown/Filesystem/NullStorageTest.php +++ b/tests/lib/Lockdown/Filesystem/NullStorageTest.php @@ -219,7 +219,7 @@ class NullStorageTest extends TestCase { } public function testGetOwner(): void { - $this->assertNull($this->storage->getOwner('foo')); + $this->assertFalse($this->storage->getOwner('foo')); } public function testGetCache(): void { -- cgit v1.2.3