1
0
Fork 0
composer/tests/Composer/Test/Command
David Zülke 3e9c148b63
Fix trailing whitespace in 'composer show -N' (#11536)
The name column was always padded to maximum width, even if no other columns were printed.

This makes it difficult to use the output e.g. in pipelines.

Fixed for all possible columns, and with tests for two cases (regular show and show outdated).
2023-07-21 11:29:38 +02:00
..
AboutCommandTest.php Test for About command (#11078) 2022-10-12 14:22:28 +02:00
ArchiveCommandTest.php Fix CS (#11003) 2022-08-17 14:20:07 +02:00
AuditCommandTest.php Add "missing lockfile" test for the Audit command 2023-01-06 12:38:40 +11:00
BumpCommandTest.php [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
CheckPlatformReqsCommandTest.php Test json format on failed platform reqs (#11477) 2023-05-28 15:15:21 +02:00
ClearCacheCommandTest.php Added tests for Clear Cache Command. (#11066) 2022-10-12 17:19:58 +02:00
ConfigCommandTest.php [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
DiagnoseCommandTest.php Fixup 2022-06-22 13:11:28 +02:00
ExecCommandTest.php #10796 Add test for ExecCommand (#11094) 2022-10-13 11:21:19 +02:00
FundCommandTest.php [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
HomeCommandTest.php Add support for phpunit 10 (#11532) 2023-07-21 10:39:20 +02:00
InitCommandTest.php Added lots of new tests for `InitCommand` (#11106) 2022-10-13 10:39:51 +02:00
InstallCommandTest.php Add more tests for install command, refs #11277 2023-05-15 21:54:40 +02:00
LicensesCommandTest.php [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
ReinstallCommandTest.php Reinstall command test (#11502) 2023-06-23 09:47:36 +02:00
RemoveCommandTest.php Added tests for the Remove command 2023-01-06 12:38:47 +11:00
RequireCommandTest.php Fix require regression with --fixed, fixes #11247 2023-01-19 21:42:22 +01:00
RunScriptCommandTest.php [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
SearchCommandTest.php [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
ShowCommandTest.php Fix trailing whitespace in 'composer show -N' (#11536) 2023-07-21 11:29:38 +02:00
SuggestsCommandTest.php Add support for phpunit 10 (#11532) 2023-07-21 10:39:20 +02:00
UpdateCommandTest.php [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
ValidateCommandTest.php Docs: fix documention deep links (#11233) 2022-12-21 09:32:50 +01:00