On https://qa.drupal.org/pifr/test/785388 we ran into an issue because CommentDefaultFormatterCacheTagsTest is not using the right way to set the current user.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | comment-2263329-1.patch | 1.04 KB | dawehner |
On https://qa.drupal.org/pifr/test/785388 we ran into an issue because CommentDefaultFormatterCacheTagsTest is not using the right way to set the current user.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | comment-2263329-1.patch | 1.04 KB | dawehner |
Comments
Comment #1
dawehnerHere is a fix.
Comment #2
tim.plunkettWe should get a follow-up to fix this for the other places this is done, but they don't actually go near a typehint for AccountProxy, so they are not critical.
Comment #3
dawehnerComment #4
dawehner.
Comment #5
webchickGood catch.
Committed and pushed to 8.x. Thanks!