Problem/Motivation
This issue is a follow-up to this critical: #2350837: Convert most usages of EntityInterface::getSystemPath() to use routes
Fix @todo in BasicAuthTest:
// @todo Change ->drupalGet() calls to just pass $url when
// https://www.drupal.org/node/2350837 gets committedProposed resolution
Simply change next line from
$this->drupalGet($url->setAbsolute()->toString());
to
$this->drupalGet($url);
Remaining tasks
The PRCs ! :
- patch it
- review it
- commit it
User interface changes
None
API changes
None
Beta phase evaluation
| Issue category | Task because it follows-up on another issue. |
|---|---|
| Issue priority | Normal because this issue is a follow-through on something that isn't broken. |
| Unfrozen changes | Unfrozen because it only improves automated tests. |
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | clean-up-todo--2473687-1.patch | 980 bytes | dom. |
Comments
Comment #1
dom. commentedJust add the easy fix as per description !
Comment #2
mile23Comment #4
mile23Retesting to discover if this patch is still good. It applies, but let's find out if it's meaningful.
It passed before.
Comment #5
mile23Still passes, so RTBC.
Comment #6
webchickNice catch. :)
Committed and pushed to 8.0.x. Thanks!