Files
Heimdall/config
KodeStar 2555ab1b3c Run tests against in-memory sqlite and refuse real databases
The :memory: overrides in phpunit.xml had been commented out since 2024,
so RefreshDatabase ran migrate:fresh against the real .env database and
wiped it on every local test run. Enable the overrides, let the special
:memory: identifier bypass database_path() resolution and the boot-time
touch(), and add a TestCase guard that aborts the suite unless it is
pointed at in-memory sqlite.

ItemExportTest only ever passed by reading the populated dev database;
seed the root dashboard item it depends on so it passes on a fresh DB.
2026-07-09 10:52:17 +01:00
..
2025-07-10 18:54:00 +00:00
2026-07-08 20:33:27 +01:00
2025-07-17 14:19:02 +01:00
2025-07-10 18:54:00 +00:00
2018-10-18 15:59:38 +01:00
2025-07-10 18:54:00 +00:00
2025-07-10 18:54:00 +00:00