Follow up to 🐛 Fix more incorrect phpdoc type hints (part 3) Active
Per @quietone:
The only instance of using the URL object is in a test,
\Drupal\Tests\system\Functional\UpdateSystem\UpdatePathWithBrokenRoutingTest::testWithBrokenRouting. The test changed from using runUpdates() with no parameters to passing a URL object. Curiously, in the same issue, #3063912: Move UpdatePathTestBase::runUpdates() to a trait → , the similar testcore/modules/system/tests/src/Functional/Update/UpdatePathWithBrokenRoutingFilledTest.phpcontinued to testrunUpdates()with no parameters. That test is no longer in core. So, before that issue we were testing the NULL case, and now we are not. And our update tests actually do not use a parameter.I just wonder if we should not make this change and make an issue to change
testWithBrokenRouting()back to testingrunUpdates()with no parameters?
$update_url param from runUpdates()testWithBrokenRouting() back to testing runUpdates() with no parametersActive
11.0 🔥
database update system
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.