1
0
Fork 0
composer/tests/Composer/Test/Repository
jrfnl 2b970652fb
GitHubDriverTest::testFundingFormat(): expand the tests + fix bug
Glad that I added some tests as this meant I found a bug in the PR I pulled previously (#12257).

The `thanks_dev` key expects a username in the format `u/gh/USERNAME`, but the call to `basename()` was stripping the `u/gh/` part off.

If the use of `basename()` is preferred here, the alternative would be to add `u/gh/` to the default URL prefix for thanks.dev. Let me know if you me to change that.
2025-01-10 17:45:33 +01:00
..
Fixtures Ensure installed.php data is sorted deterministically, fixes #12197 2024-11-25 16:23:10 +01:00
Vcs GitHubDriverTest::testFundingFormat(): expand the tests + fix bug 2025-01-10 17:45:33 +01:00
ArrayRepositoryTest.php PHPStan/tests updates (#11996) 2024-05-29 23:12:06 +02:00
ArtifactRepositoryTest.php PHPStan/tests updates (#11996) 2024-05-29 23:12:06 +02:00
ComposerRepositoryTest.php PHPStan/tests updates (#11996) 2024-05-29 23:12:06 +02:00
CompositeRepositoryTest.php PHPStan/tests updates (#11996) 2024-05-29 23:12:06 +02:00
FilesystemRepositoryTest.php PHPStan/tests updates (#11996) 2024-05-29 23:12:06 +02:00
FilterRepositoryTest.php Refactor the BasePackage::$stabilities into a constant 2024-07-12 11:28:26 +02:00
InstalledRepositoryTest.php PHPStan/tests updates (#11996) 2024-05-29 23:12:06 +02:00
PathRepositoryTest.php Clean up md5/sha1 usages, upgrade algos where possible (#12088) 2024-08-21 17:06:42 +02:00
PlatformRepositoryTest.php PHPStan/tests updates (#11996) 2024-05-29 23:12:06 +02:00
RepositoryFactoryTest.php PHPStan/tests updates (#11996) 2024-05-29 23:12:06 +02:00
RepositoryManagerTest.php PHPStan/tests updates (#11996) 2024-05-29 23:12:06 +02:00
RepositoryUtilsTest.php Fix UX when a non-required plugin is still present in vendor dir (#12000) 2024-05-31 10:29:56 +02:00
VcsRepositoryTest.php Fix addressability of branches containing # characters (#12042) 2024-07-25 16:46:57 +02:00