nextcloud/tests/lib/App
Anna Larch b06d294056 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 00:51:53 +00:00
..
AppStore fix(appstore): address review comments on GenericFileException handling 2026-05-20 00:51:53 +00:00
AppManagerTest.php fix: Allow hyphen in appid 2025-09-16 21:47:03 +00:00
CompareVersionTest.php chore: run rector 2025-07-01 22:45:52 +02:00
DependencyAnalyzerTest.php fix: Deduplicate code by using DependencyAnalyzer in the AppManager 2025-08-18 17:09:40 +02:00
InfoParserTest.php chore: Move info parsing related method from OC_App to InfoParser 2025-07-08 15:57:05 +02:00
PlatformRepositoryTest.php chore: run rector 2025-07-01 22:45:52 +02:00