We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758f381 commit 8db6d55Copy full SHA for 8db6d55
apps/dav/tests/unit/CardDAV/AddressBookImplTest.php
@@ -53,7 +53,8 @@ protected function setUp(): void {
53
}
54
55
public function testGetKey(): void {
56
- $this->assertSame($this->addressBookInfo['id'],
+ $this->assertIsString($this->addressBookImpl->getKey());
57
+ $this->assertSame((string)$this->addressBookInfo['id'],
58
$this->addressBookImpl->getKey());
59
60
0 commit comments