Skip to content

Commit dd6f105

Browse files
committed
Update changelog.md
1 parent 83823f4 commit dd6f105

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

0 commit comments

Comments
 (0)