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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user