Closed (works as designed)
Project:
Drupal core
Version:
9.5.x-dev
Component:
phpunit
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Sep 2016 at 09:52 UTC
Updated:
14 Jun 2022 at 02:59 UTC
Jump to comment: Most recent
Comments
Comment #2
cilefen commentedFor this to be Major it would have to:
The workaround is to read the docs:
Comment #3
mile23run-tests.shdoesn't care whether the URL is reachable because not all tests need a URL. For instance if you only ran unit tests that didn't ever hit the http server, then all tests would pass even if you added--url this://should.not.work/.Comment #11
quietone commentedTriaging issues in simpletest.module as part of the Bug Smash Initiative to determine if they should be in the Simpletest Project or core.
run-tests is still in core so moving to the Phpunit component, the only testing related component.
Comment #16
quietone commentedReading this issue again it looks like this is working as designed.