MCPcopy Create free account
hub / github.com/Rello/analytics / removeFromFavorites

Method removeFromFavorites

tests/Service/ReportServiceTest.php:94–96  ·  view source on GitHub ↗
(int $reportId)

Source from the content-addressed store, hash-verified

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);

Callers 2

removeFavoriteTagMethod · 0.80
removeFavoriteTagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected