1
0
Fork 0
composer/tests/Composer/Test/Package/Archiver
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
..
ArchivableFilesFinderTest.php Fix CS (#11003) 2022-08-17 14:20:07 +02:00
ArchiveManagerTest.php Add support for phpunit 10 (#11532) 2023-07-21 10:39:20 +02:00
ArchiverTestCase.php Add support for phpunit 10 (#11532) 2023-07-21 10:39:20 +02:00
GitExcludeFilterTest.php [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
PharArchiverTest.php Add support for phpunit 10 (#11532) 2023-07-21 10:39:20 +02:00
ZipArchiverTest.php Add support for phpunit 10 (#11532) 2023-07-21 10:39:20 +02:00