whisper-money/tests
Víctor Falcón 057e78c3eb refactor(accounts): centralize the "has transaction ledger" rule and stabilize pagination
Follow-up to the backend migration, addressing review feedback.

- Replace the inline non-transactional type list in AccountController@show with
  a purpose-named AccountType::hasTransactionLedger(). This gives the backend a
  single named concept that mirrors the frontend isTransactionalAccount, and its
  docblock spells out why it differs from the existing isNonTransactional()
  (which excludes loan) so a future change won't reach for the wrong method.
- Add an `id` tiebreak to the account_id-filtered index ordering so
  simplePaginate produces a deterministic order for same-day transactions,
  matching AccountController@show.
- Cover the per_page lower clamp and cross-user account scoping with tests.
2026-07-03 16:02:31 +02:00
..
.pest Speed up PR CI browser path (#365) 2026-05-07 20:40:13 +01:00
Browser feat(onboarding): auto-enable AI for connected banks, ask the rest (#618) 2026-07-01 07:26:52 +00:00
Feature refactor(accounts): centralize the "has transaction ledger" rule and stabilize pagination 2026-07-03 16:02:31 +02:00
Performance feat(transactions): make new-transaction marker cross-device (#611) 2026-06-29 19:11:37 +02:00
Support test(open-banking): e2e coverage for Enable Banking connection flows (#509) 2026-06-09 11:58:50 +02:00
Unit feat(banking): let Wise credentials be updated (#588) 2026-06-23 09:54:31 +00:00
Pest.php refactor(banking): scalable per-provider sync via a syncer factory (#545) 2026-06-16 16:25:29 +02:00
TestCase.php Remove encryption from browser tests and demo user (#129) 2026-02-17 11:45:27 +01:00
bootstrap.php chore: upgrade Laravel 12 to 13 (#242) 2026-03-25 12:56:33 +00:00