mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2026-03-28 23:00:07 +01:00
♻️ Add minimal Container boot
This commit is contained in:
@@ -10,7 +10,7 @@ import Testing
|
||||
|
||||
struct CommandTest {
|
||||
@Test func determinePhpVersion() {
|
||||
let container = Container.real()
|
||||
let container = Container.real(minimal: true)
|
||||
|
||||
let version = container.command.execute(
|
||||
path: container.paths.php,
|
||||
|
||||
Reference in New Issue
Block a user