We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2395e commit 22eb379Copy full SHA for 22eb379
tests/Functional/PluginManagerCommandsTest.php
@@ -227,7 +227,8 @@ public function testPluginInstallRespectsComposerAuditBlockInsecureEnv()
227
$this->assertStringNotContainsString(
228
'are affected by security advisories',
229
$combinedOutput,
230
- 'Plugin installation should not show security advisory blocking errors when COMPOSER_AUDIT_BLOCK_INSECURE=0 is set.'
+ 'Plugin installation should not show security advisory blocking errors '
231
+ . 'when COMPOSER_AUDIT_BLOCK_INSECURE=0 is set.'
232
);
233
234
// Cleanup
0 commit comments