()
| 88 | public function testUnsetFavoriteHandlesMissingTagNode(): void { |
| 89 | $favoriteHandler = new class { |
| 90 | public function getFavorites(): array { |
| 91 | return [81]; |
| 92 | } |
| 93 | |
| 94 | public function removeFromFavorites(int $reportId): bool { |
| 95 | throw new \OCP\DB\Exception('Failed to unfavorite: node with id ' . $reportId . ' not found'); |
no outgoing calls
no test coverage detected