1
0
Fork 0
composer/tests/Composer/Test/Command
Athos Ribeiro 4b210d916e
Add support for phpunit 10 (#11532)
* Use static test data providers

Using non-static methods as a data providers was deprecated in phpunit
10.

* Rename abstract test class

Abstract test case classes with Test suffix are deprecated in PHPUnit
10. We also change the ArchiverTest file name to match the new class
name (ArchiverTestCase).

* https://github.com/sebastianbergmann/phpunit/issues/5132
2023-07-21 10:39:20 +02:00
..
AboutCommandTest.php
ArchiveCommandTest.php
AuditCommandTest.php
BumpCommandTest.php [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
CheckPlatformReqsCommandTest.php
ClearCacheCommandTest.php
ConfigCommandTest.php
DiagnoseCommandTest.php
ExecCommandTest.php
FundCommandTest.php
HomeCommandTest.php Add support for phpunit 10 (#11532) 2023-07-21 10:39:20 +02:00
InitCommandTest.php
InstallCommandTest.php
LicensesCommandTest.php
ReinstallCommandTest.php
RemoveCommandTest.php
RequireCommandTest.php
RunScriptCommandTest.php
SearchCommandTest.php
ShowCommandTest.php
SuggestsCommandTest.php Add support for phpunit 10 (#11532) 2023-07-21 10:39:20 +02:00
UpdateCommandTest.php
ValidateCommandTest.php