1
0
Fork 0
composer/tests/Composer/Test/Command
Jordi Boggiano 6e55cb36d8
Add support for adding Command classes as scripts, (#11151)
* Add support for adding Command classes as scripts, fixes #11134

* Allow all options to be forwarded and allow using references to other scripts with args

* Fix build

* Add more checks

* Ensure exceptions are not swallowed, and remove naming restriction by using a single-command app

* Update docs

* Add tests, fix issue merging params when combining nested scripts and CLI params
2022-10-28 14:24:55 +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 test and documentation regarding audit command when no packages are required (#11092) 2022-10-13 10:53:26 +02:00
BumpCommandTest.php Add tests for BumpCommand (#11097) 2022-10-13 10:42:03 +02:00
CheckPlatformReqsCommandTest.php test: Create test for CheckPlatformReqsCommand (#10932) 2022-10-25 19:42:42 +02:00
ClearCacheCommandTest.php Added tests for Clear Cache Command. (#11066) 2022-10-12 17:19:58 +02:00
ConfigCommandTest.php Fix CS (#11003) 2022-08-17 14:20:07 +02: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 Adds test coverage to the Fund Command (#11150) 2022-10-26 13:40:01 +02:00
InitCommandTest.php Added lots of new tests for `InitCommand` (#11106) 2022-10-13 10:39:51 +02:00
LicensesCommandTest.php Added new `LicensesCommandTest` class (#11105) 2022-10-12 17:25:28 +02:00
RequireCommandTest.php Remove workaround for upstream bug 2022-08-16 10:46:07 +02:00
RunScriptCommandTest.php Add support for adding Command classes as scripts, (#11151) 2022-10-28 14:24:55 +02:00
SearchCommandTest.php Add SearchCommand tests (#10982) 2022-08-16 10:52:01 +02:00
ShowCommandTest.php Add message when doing composer outdated --direct and there is nothing to show, fixes #11152 (#11156) 2022-10-27 16:21:53 +02:00
UpdateCommandTest.php Add audit command to check for security issues (#10798) 2022-06-22 15:15:01 +02:00
ValidateCommandTest.php test: Coverage for ValidateCommand (#11133) 2022-10-25 16:38:01 +02:00