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 {