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

👌 Cleanup

This commit is contained in:
2023-01-07 18:10:31 +01:00
parent 6e7c0d827c
commit 0b3a83c1e4
5 changed files with 18 additions and 19 deletions

View File

@ -47,9 +47,9 @@ class HomebrewPackageTest: XCTestCase {
XCTAssertEqual(services.first?.service_name, "homebrew.mxcl.dnsmasq")
}
/*
// - MARK: LIVE TESTS
/// TODO: Use fake data or make this an integration test
/// This test requires that you have a valid Homebrew installation set up,
/// and requires the Valet services to be installed: php, nginx and dnsmasq.
/// If this test fails, there is an issue with your Homebrew installation
@ -72,7 +72,6 @@ class HomebrewPackageTest: XCTestCase {
XCTAssertEqual(services.count, 3)
}
/// TODO: Use fake data or make this an integration test
/// This test requires that you have a valid Homebrew installation set up,
/// and requires the `php` formula to be installed.
/// If this test fails, there is an issue with your Homebrew installation
@ -87,4 +86,5 @@ class HomebrewPackageTest: XCTestCase {
XCTAssertTrue(package.name == "php")
}
*/
}