Skip to content

Commit 3a81e22

Browse files
committed
Remove deprecated annotation
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 parent 9bae6e3 commit 3a81e22

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/lib/Collaboration/Resources/ManagerTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ public function setUp() {
4848
$connection = $this->createMock(IDBConnection::class);
4949
$this->manager = new Manager($connection, $this->providerManager, $this->logger);
5050
}
51-
52-
/**
53-
* @deprecated 18.0.0
54-
*/
51+
5552
public function testRegisterResourceProvider(): void {
5653
$this->logger->expects($this->once())
5754
->method('debug')

0 commit comments

Comments
 (0)