1
0
Fork 0
composer/tests
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
..
Composer/Test GitHubDriverTest::testFundingFormat(): expand the tests + fix bug 2025-01-10 17:45:33 +01:00
bootstrap.php Disable color output in tests by default to avoid issues on windows, fixes #11598 2023-08-30 15:02:59 +02:00
complete.phpunit.xml Exclude PHPStan extensions from PHPUnit coverage 2023-01-03 18:57:00 +11:00
console-application.php Fix a bunch of type errors in SelfUpdateCommand, fixes #10696, closes #10704 2022-04-06 21:35:26 +02:00