nextcloud/tests/lib/App
Anna Larch b723c94246 fix(appstore): address review comments on GenericFileException handling
- Attempt delete before logging the warning, so the warning only fires
  when we know recovery will succeed
- Log an error (not silently return) when delete itself fails
- Use catch (\Exception) without variable (PHP 8)
- Replace willReturnArgument(1) with explicit willReturn(true) in test
- Add blank lines between logical blocks in test for readability

Signed-off-by: Anna Larch <anna@nextcloud.com>
AI-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 10:00:39 +02:00
..
AppStore fix(appstore): address review comments on GenericFileException handling 2026-05-20 10:00:39 +02:00
AppManagerTest.php refactor: use logical && || instead of weak and or operators 2025-09-27 23:02:18 +02:00
CompareVersionTest.php refactor: Cleanup some unit tests 2025-10-01 10:11:27 +02:00
DependencyAnalyzerTest.php refactor: Cleanup some unit tests 2025-10-01 10:11:27 +02:00
InfoParserTest.php fix(openmetrics): Allow openmetrics in info.xml 2026-01-26 06:11:18 +00:00
PlatformRepositoryTest.php refactor: Cleanup some unit tests 2025-10-01 10:11:27 +02:00