1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-04-01 17:20:09 +02:00

♻️ Add optional command tracking for container

- This allows existing unit tests to work
- But we can also test command tracking in the future
This commit is contained in:
2026-02-24 16:39:07 +01:00
parent a84430ed82
commit c16fd1589f
3 changed files with 20 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ struct RealShellTest {
init() async throws {
// Reset to the default shell
container = Container.real(minimal: true)
container = Container.real(minimal: true, commandTracking: false)
}
@Test func system_shell_is_default() async {