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 9bae6e3 commit 3a81e22Copy full SHA for 3a81e22
1 file changed
tests/lib/Collaboration/Resources/ManagerTest.php
@@ -48,10 +48,7 @@ public function setUp() {
48
$connection = $this->createMock(IDBConnection::class);
49
$this->manager = new Manager($connection, $this->providerManager, $this->logger);
50
}
51
-
52
- /**
53
- * @deprecated 18.0.0
54
- */
+
55
public function testRegisterResourceProvider(): void {
56
$this->logger->expects($this->once())
57
->method('debug')
0 commit comments