1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-08 04:20:07 +02:00

♻️ Refactor startup procedure

This commit is contained in:
2022-02-11 21:52:46 +01:00
parent dc91d0e00c
commit dae47e3779
7 changed files with 145 additions and 119 deletions

View File

@ -11,7 +11,7 @@ import XCTest
class ValetTest: XCTestCase {
func testDetermineValetVersion() {
let version = valet("--version")
let version = valet("--version", sudo: false)
XCTAssert(version.contains("Laravel Valet 2."))
}