Files
wallabag-mirror/tests
Yassine Guedidi 227c63be2d Fix InstallCommandTest to restore DATABASE_URL across all env channels
With dbname_suffix removed, the test can no longer rely on Doctrine silently appending _test when constructing the temporary database URL. Instead, the test now captures the full initial DATABASE_URL before modification, stores it in $initialDatabaseUrl, and restores it in all three env channels (putenv, $_ENV, $_SERVER) in tearDown. The SQLite path replacement logic is also updated to target the actual filename rather than a suffix-based path segment.
2026-03-19 10:31:45 +01:00
..