From e5653f17e8d09656515b291ffd177ee5ad95547b Mon Sep 17 00:00:00 2001 From: Matteo Beccati Date: Thu, 29 May 2025 15:11:56 +0200 Subject: [PATCH] Follow-up to #247 --- test/unit/Installing/Ini/AddExtensionToTheIniFileTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/Installing/Ini/AddExtensionToTheIniFileTest.php b/test/unit/Installing/Ini/AddExtensionToTheIniFileTest.php index baad3e8d..6c214eda 100644 --- a/test/unit/Installing/Ini/AddExtensionToTheIniFileTest.php +++ b/test/unit/Installing/Ini/AddExtensionToTheIniFileTest.php @@ -139,7 +139,7 @@ public function testReturnsFalseWhenExistingIniCouldNotBeRead(): void )); self::assertStringContainsString( - sprintf('Tried making a backup of %s but could not read it, aborting enablement of extension', $unreadableIniFile), + sprintf('Could not read %s to make a backup of it, aborting enablement of extension', $unreadableIniFile), $this->output->fetch(), ); } finally {