(int $reportId)
| 92 | } |
| 93 | |
| 94 | public function removeFromFavorites(int $reportId): bool { |
| 95 | throw new \OCP\DB\Exception('Failed to unfavorite: node with id ' . $reportId . ' not found'); |
| 96 | } |
| 97 | }; |
| 98 | |
| 99 | $tagManager = $this->createMock(\OCP\ITagManager::class); |
no outgoing calls
no test coverage detected