mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Uniformize command description format, fixes #10971
This commit is contained in:
parent
d1f36f43c1
commit
7377d1f003
32 changed files with 32 additions and 32 deletions
|
@ -108,7 +108,7 @@ class RunScriptCommandTest extends TestCase
|
|||
|
||||
$output = $appTester->getDisplay();
|
||||
|
||||
$this->assertStringContainsString('Runs the test script as defined in composer.json.', $output, 'The default description for the test script should be printed');
|
||||
$this->assertStringContainsString('Runs the test script as defined in composer.json', $output, 'The default description for the test script should be printed');
|
||||
$this->assertStringContainsString('Run the codestyle fixer', $output, 'The custom description for the fix-cs script should be printed');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue