1
0
Fork 0
composer/tests/Composer/Test/Repository
Juliette 5af6151493
PHP 8.3 | ComposerRepositoryTest: fix test failure (#11602)
Prior to PHP 8.3, ReflectionMethod could set a private method on a parent class to accessible. This is no longer possible in PHP 8.3 since php/php-src 9470 and breaks the Composer\Test\Repository\ComposerRepositoryTest::testWhatProvides test.
Also see: https://3v4l.org/8YcIk/rfc#vgit.master

Fixed now.

Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
Co-authored-by: Christophe Coevoet <stof@notk.org>
2023-08-30 11:43:12 +02:00
..
Fixtures Update phpstan, fix InstalledVersions key ordering to be more logical/consistent 2022-04-29 10:30:04 +02:00
Vcs GitHubDriver: better handle empty composer.json file (#11552) 2023-07-21 11:09:32 +02:00
ArrayRepositoryTest.php [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
ArtifactRepositoryTest.php Fix CS (#11003) 2022-08-17 14:20:07 +02:00
ComposerRepositoryTest.php PHP 8.3 | ComposerRepositoryTest: fix test failure (#11602) 2023-08-30 11:43:12 +02:00
CompositeRepositoryTest.php [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
FilesystemRepositoryTest.php [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
FilterRepositoryTest.php tests for empty or absent repository filters (#11476) 2023-05-28 15:02:12 +02:00
InstalledRepositoryTest.php [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
PathRepositoryTest.php [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
PlatformRepositoryTest.php Fix lib-curl-openssl parsing for SecureTransport (#11534) 2023-07-21 11:06:03 +02:00
RepositoryFactoryTest.php [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
RepositoryManagerTest.php [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
RepositoryUtilsTest.php [Tests] Use static data providers (#11197) 2022-11-24 14:39:08 +01:00
VcsRepositoryTest.php Fix CS (#11003) 2022-08-17 14:20:07 +02:00