Skip to content

Commit 22eb379

Browse files
committed
Fix phpcs errors.
1 parent 6a2395e commit 22eb379

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Functional/PluginManagerCommandsTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ public function testPluginInstallRespectsComposerAuditBlockInsecureEnv()
227227
$this->assertStringNotContainsString(
228228
'are affected by security advisories',
229229
$combinedOutput,
230-
'Plugin installation should not show security advisory blocking errors when COMPOSER_AUDIT_BLOCK_INSECURE=0 is set.'
230+
'Plugin installation should not show security advisory blocking errors '
231+
. 'when COMPOSER_AUDIT_BLOCK_INSECURE=0 is set.'
231232
);
232233

233234
// Cleanup

0 commit comments

Comments
 (0)