nextcloud/tests/lib/TextProcessing
Anna Larch 24efb2099d fix(tests): fix Cypress and PHP 8.4 CI failures
- Add Electron to supported browsers regex so Electron-based environments
  (including Cypress) are not redirected to the unsupported browser page.
  The browserslist-useragent-regexp 4.1.4 upgrade stopped matching Electron
  implicitly; this mirrors the existing AscDesktopEditor special-case.
- Fix TextProcessing mock: deleteOlderThan() returns int, not void.
  PHP 8.4 strict mock type enforcement causes a TypeError when the
  callback is declared void.

AI-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Anna Larch <anna@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2026-05-05 20:43:11 +00:00
..
TextProcessingTest.php fix(tests): fix Cypress and PHP 8.4 CI failures 2026-05-05 20:43:11 +00:00