- First commit to issue fork.
- π΅πPhilippines abhaypai
Landing here from Bug smash initiative.
Few updates from end:
- I am still able to replicate this issue on D11.
- Added patch compatible with 11.x-dev version with interdiff from #57
- Adding Needs Tests tag for help in solving failures in test
- Did initial level of testing and works as expected.
- Updated IS by adding sample for for Drupal 11
- last update
over 1 year ago Custom Commands Failed - Status changed to Needs review
over 1 year ago 12:06pm 19 December 2023 - π΅πPhilippines abhaypai
Updating status to Needs Review after test run:
Need some advice or suggestion for following doubts.
- Wondering why phpstan is throwing error
elseif (!isset($value)) {
i didnt change line for this and its giving error - Its weird that 1806 test run failed and at the same time it also shows
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php passed
Will create MR, once above issue is addressed.
- Wondering why phpstan is throwing error
- Status changed to Needs work
over 1 year ago 2:12pm 19 December 2023 - πΊπΈUnited States smustgrave
Think it's saying your change caused that check to be redundant. So may need to look at the solution and make sure.
- First commit to issue fork.