1
0
Fork 0
composer/tests/Composer/Test/Repository/Vcs
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
..
FossilDriverTest.php PHPStan/tests updates (#11996) 2024-05-29 23:12:06 +02:00
GitBitbucketDriverTest.php PHPStan/tests updates (#11996) 2024-05-29 23:12:06 +02:00
GitDriverTest.php Stop relying on OS to find executables on Windows, and migrate most Process calls to array syntax (#12180) 2024-11-06 13:49:06 +01:00
GitHubDriverTest.php GitHubDriverTest::testFundingFormat(): expand the tests + fix bug 2025-01-10 17:45:33 +01:00
GitLabDriverTest.php PHPStan/tests updates (#11996) 2024-05-29 23:12:06 +02:00
HgDriverTest.php Stop relying on OS to find executables on Windows, and migrate most Process calls to array syntax (#12180) 2024-11-06 13:49:06 +01:00
PerforceDriverTest.php PHPStan/tests updates (#11996) 2024-05-29 23:12:06 +02:00
SvnDriverTest.php Stop relying on OS to find executables on Windows, and migrate most Process calls to array syntax (#12180) 2024-11-06 13:49:06 +01:00