From a5212b436e8bf15c43b9556a0079c81fd5a7f099 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Tue, 11 Jan 2022 21:19:23 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Tweaked=20test=20copy=20(#72)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon-tests/BrewJsonParserTest.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/phpmon-tests/BrewJsonParserTest.swift b/phpmon-tests/BrewJsonParserTest.swift index 1e27816..a129575 100644 --- a/phpmon-tests/BrewJsonParserTest.swift +++ b/phpmon-tests/BrewJsonParserTest.swift @@ -51,8 +51,8 @@ class BrewJsonParserTest: XCTestCase { /// This test requires that you have a valid Homebrew installation set up, /// and requires the Valet services to be installed: php, nginx and dnsmasq. - /// Otherwise, this test won't fail. If this test fails, there is an issue with - /// your Homebrew installation or the JSON API of the Homebrew output may have changed. + /// If this test fails, there is an issue with your Homebrew installation + /// or the JSON API of the Homebrew output may have changed. func testCanParseServicesJsonFromCliOutput() throws { let services = try! JSONDecoder().decode( [HomebrewService].self, @@ -68,9 +68,9 @@ class BrewJsonParserTest: XCTestCase { } /// This test requires that you have a valid Homebrew installation set up, - /// and requires the Valet services to be installed: php, nginx and dnsmasq. - /// Otherwise, this test won't fail. If this test fails, there is an issue with - /// your Homebrew installation or the JSON API of the Homebrew output may have changed. + /// and requires the `php` formula to be installed. + /// If this test fails, there is an issue with your Homebrew installation + /// or the JSON API of the Homebrew output may have changed. func testCanLoadExtensionJsonFromCliOutput() throws { let package = try! JSONDecoder().decode( [HomebrewPackage].self,