1
0
Fork 0
composer/tests/Composer/Test/Package
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
..
Archiver Add support for phpunit 10 (#11532) 2023-07-21 10:39:20 +02:00
Dumper [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
Loader Merge branch '2.5' 2023-05-23 16:25:24 +02:00
Version Add support for bumping >=x to >=latest, fixes #11179 2022-12-17 23:02:52 +01:00
BasePackageTest.php [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
CompletePackageTest.php [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
LockerTest.php [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
RootAliasPackageTest.php Fix CS (#11003) 2022-08-17 14:20:07 +02:00