File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Application Framework Changelog
22
3+ ## v7.2.2 - Test Infrastructure Improvements
4+ - Composer: Added ` seed-tests ` command to populate the test database with system users.
5+ - Tests: ` TestSuiteBootstrap ` now validates required DB constants and seeds system users during boot.
6+ - Tests: Added shutdown handler to roll back any open transaction on unexpected process exit.
7+ - Tests: Replaced fatal ` die() ` with a typed ` BootException ` when the tests root folder is missing.
8+ - DBHelper: ` BaseErrorRenderer ` now reports the active database connection, not the boot-time default.
9+ - DBHelper: Fixed empty parameter block being printed for queries with no bound parameters.
10+
311## v7.2.1 - Multi-Countries API Trait
412- Countries: Added a trait for selecting multiple countries by ID or ISO.
513
You can’t perform that action at this time.
0 commit comments